{
  "name": "Nabsee — Il tuo quartiere in tempo reale",
  "short_name": "Nabsee",
  "description": "La mappa social del tuo quartiere: feste, mercati, lavori, incidenti e segnalazioni in tempo reale.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "lang": "it",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "navigation"],
  "icons": [
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "512x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Feed del quartiere su mobile"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Mappa live degli eventi"
    }
  ],
  "shortcuts": [
    {
      "name": "Mappa live",
      "short_name": "Mappa",
      "description": "Apri la mappa del quartiere",
      "url": "/?tab=map",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notifiche",
      "short_name": "Notifiche",
      "description": "Le tue notifiche recenti",
      "url": "/notifications",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Profilo",
      "short_name": "Profilo",
      "description": "Apri il tuo profilo",
      "url": "/profile",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
