{
  "name": "Club Service Manager",
  "short_name": "CSM",
  "description": "Piattaforma digitale per la gestione completa di club e servizi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#004B87",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["social", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Area Soci",
      "short_name": "Soci",
      "description": "Accedi all'area riservata",
      "url": "/auth",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Eventi",
      "short_name": "Eventi",
      "description": "Eventi pubblici",
      "url": "/eventi",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
