{
  "name": "PersonalFlow",
  "short_name": "PFlow",
  "description": "Sua consultoria fitness inteligente.",
  "id": "/PersonalFlow/",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "categories": ["fitness", "health", "lifestyle"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Meus Treinos",
      "short_name": "Treinos",
      "description": "Ver meus treinos do dia",
      "url": "dashboard.php?view=treinos",
      "icons": [{ "src": "web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ranking",
      "short_name": "Ranking",
      "description": "Ver o ranking de treinos",
      "url": "ranking.php",
      "icons": [{ "src": "web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
