{
  "name": "EventStage",
  "short_name": "EventStage",
  "description": "Sistema nervoso centrale dell'evento — RoS, check-in, regia mobile, push notification",
  "start_url": "/d",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "it",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Regia mobile",
      "short_name": "Regia",
      "description": "Vai alla regia mobile dell'evento corrente",
      "url": "/d",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Check-in",
      "short_name": "Check-in",
      "description": "Vai al check-in del giorno-evento",
      "url": "/d",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
