{
  "name": "Distrave - Seu Caminho para a Saúde",
  "short_name": "Distrave",
  "description": "App de exercícios para sedentários com 10 exercícios científicos da OMS",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#ff6b9d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ff6b9d' width='192' height='192'/><text x='96' y='130' font-size='100' fill='%231a1a2e' text-anchor='middle' font-weight='bold'>D</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ff6b9d' width='192' height='192'/><text x='96' y='130' font-size='100' fill='%231a1a2e' text-anchor='middle' font-weight='bold'>D</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23ff6b9d' width='512' height='512'/><text x='256' y='380' font-size='280' fill='%231a1a2e' text-anchor='middle' font-weight='bold'>D</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "health",
    "fitness",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231a1a2e' width='540' height='720'/><rect fill='%23ff6b9d' width='540' height='80'/><text x='270' y='50' font-size='40' fill='%231a1a2e' text-anchor='middle' font-weight='bold'>Distrave</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Começar Treino",
      "short_name": "Treino",
      "description": "Inicie um treino rápido",
      "url": "./index.html?screen=workout",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23ff6b9d' width='96' height='96'/><text x='48' y='70' font-size='50' fill='%231a1a2e' text-anchor='middle' font-weight='bold'>D</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}