{
  "name": "Milkshake OS",
  "short_name": "Milkshake",
  "description": "Milkshake OS — white-label event operations platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#0F172A",
  "orientation": "any",
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendee app",
      "short_name": "App",
      "description": "Your event pass, schedule and Ask assistant",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Check-in",
      "short_name": "Check-in",
      "description": "Registration desk check-in",
      "url": "/check-in",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Quick incident report",
      "short_name": "Incident",
      "description": "Report an incident to the War Room",
      "url": "/incident",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
