{
  "name": "request-it.live — Live Music Request Platform",
  "short_name": "request-it.live",
  "description": "Scan a QR code, request a song and hear it played live. Song requests, tips and gigs for live musicians and their audiences.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F2F0EC",
  "theme_color": "#20281E",
  "orientation": "portrait-primary",
  "categories": ["music", "entertainment", "social"],
  "lang": "en-GB",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Request",
      "short_name": "Request",
      "description": "Send a song request to a musician",
      "url": "/request",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Find Gigs",
      "short_name": "Gigs",
      "description": "Discover live music near you",
      "url": "/gigs",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
