{
  "name": "Nebencaster Admin",
  "short_name": "Nebencaster",
  "description": "Pannello privato di gestione Nebencaster",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#1E90FF",
  "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": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Prodotti",
      "url": "/products"
    },
    {
      "name": "Ordini",
      "url": "/orders"
    },
    {
      "name": "Statistiche",
      "url": "/statistics"
    }
  ]
}
