{
  "name": "Tabloo.AI",
  "short_name": "Tabloo.AI",
  "description": "Gestisci il tuo ristorante con Tabloo.AI",
  "start_url": "/restaurant/floor-plan",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1B2A4A",
  "theme_color": "#1B2A4A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Prenotazioni",
      "url": "/restaurant/reservations",
      "description": "Gestisci le prenotazioni"
    },
    {
      "name": "Piantina",
      "url": "/restaurant/floor-plan",
      "description": "Vista sala in tempo reale"
    }
  ],
  "categories": ["business", "food"]
}
