{
  "name": "FitFlick - Registro Rápido",
  "short_name": "FitFlick",
  "description": "Registre seus treinos num toque rápido",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e27",
  "theme_color": "#0a0e27",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23ff4757'/%3E%3Ctext x='50' y='65' font-size='50' text-anchor='middle' fill='white'%3E💪%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23ff4757'/%3E%3Ctext x='50' y='65' font-size='50' text-anchor='middle' fill='white'%3E💪%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "sports"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Registrar Série",
      "short_name": "Registrar",
      "description": "Registrar nova série de treino",
      "url": "/?action=register"
    },
    {
      "name": "Ver Progresso",
      "short_name": "Progresso",
      "description": "Visualizar progresso e estatísticas",
      "url": "/?action=progress"
    }
  ],
  "prefer_related_applications": false
}
