{
  "id": "/",
  "name": "HealthAtlas 8.0 Cloud",
  "short_name": "HealthAtlas",
  "description": "Archivio personale di esami, grafici, matrice e calcoli clinici sincronizzato tramite Supabase.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3f6fa",
  "theme_color": "#0f766e",
  "categories": [
    "health",
    "medical",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Esami",
      "short_name": "Esami",
      "url": "/?tab=results"
    },
    {
      "name": "Grafici",
      "short_name": "Grafici",
      "url": "/?tab=chart"
    },
    {
      "name": "Matrice",
      "short_name": "Matrice",
      "url": "/?tab=matrix"
    }
  ]
}