{
  "name": "Sicant · Sicurezza Cantieri",
  "short_name": "Sicant",
  "description": "Piattaforma per la gestione della sicurezza nei cantieri edili in conformità al D.Lgs. 81/08",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F8F9",
  "theme_color": "#014455",
  "icons": [
    {
      "src": "/static/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Accedi al dashboard principale",
      "url": "/",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Commesse",
      "short_name": "Commesse",
      "description": "Visualizza tutte le commesse",
      "url": "/commesse",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Alert",
      "short_name": "Alert",
      "description": "Centro gestione alert",
      "url": "/alerts",
      "icons": [
        {
          "src": "/static/images/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
