{
  "name": "Quiz Live Host",
  "short_name": "Quiz Live",
  "description": "Quiz Live host app for shifts, messages, payments and support.",
  "start_url": "/HostHome",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/quiz-live-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/HostInbox"
    },
    {
      "name": "Cover shifts",
      "short_name": "Shifts",
      "url": "/HostCoverRequests"
    }
  ]
}
