{
  "name": "GADU FIRE — Portale Antincendio",
  "short_name": "FirePortal",
  "description": "Gestione manutenzione antincendio, estintori, porte REI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#c0392b",
  "orientation": "any",
  "icons": [
    { "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scanner QR",
      "short_name": "Scanner",
      "description": "Scansiona un QR o barcode",
      "url": "/attrezzature/scan",
      "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nuovo Intervento",
      "short_name": "Intervento",
      "url": "/interventi/nuovo",
      "icons": [{ "src": "/static/img/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "it-IT"
}
