{
  "name": "SmartPreno",
  "short_name": "SmartPreno",
  "description": "Gestione prenotazioni ristorante con assistente AI",
  "id": "/gestione_app_sp/",
  "start_url": "/gestione_app_sp/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#e0f2fe",
  "theme_color": "#0ea5e9",
  "categories": ["business", "productivity"],
  "lang": "it",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard prenotazioni SmartPreno"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SmartPreno su desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Apri la dashboard prenotazioni",
      "url": "/gestione_app_sp/",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ]
}
