{
  "name": "StageFest",
  "short_name": "StageFest",
  "description": "Chamber music festival planner — schedule, ensembles, sheet music and chat for musicians and admins.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F8FAFC",
  "theme_color": "#1E3A5F",
  "lang": "en",
  "dir": "ltr",
  "categories": ["music", "productivity", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id6760908546",
      "id": "6760908546"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/?tab=schedule",
      "description": "Jump to today's schedule"
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/?tab=chat",
      "description": "Open ensemble chats"
    }
  ]
}
