{
  "name": "MySet — the room picks the next song",
  "short_name": "MySet",
  "description": "Your fans vote from their phones on what you play next.",
  "id": "/",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F5F7",
  "theme_color": "#FF375F",
  "categories": ["music", "entertainment", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Artist Studio", "short_name": "Studio", "url": "/studio?tab=setlist",
      "icons": [{ "src": "/icons/icon-512.png", "sizes": "512x512" }] },
    { "name": "What's on near me", "short_name": "What's on", "url": "/",
      "icons": [{ "src": "/icons/icon-512.png", "sizes": "512x512" }] }
  ]
}
