{
  "name": "AECS4U Energy",
  "short_name": "AECS4U",
  "description": "Gestione condominio, energia e bollette",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "lang": "it",
  "scope": "/",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Pannello principale"
    },
    {
      "name": "Bollette",
      "url": "/bills",
      "description": "Gestione bollette"
    },
    {
      "name": "Simulatore PV",
      "url": "/autoconsumo",
      "description": "Simulatore fotovoltaico"
    }
  ],
  "categories": ["utilities", "productivity"]
}
