{
  "name": "CH01R - Music & Podcast Streaming",
  "short_name": "CH01R",
  "description": "Invite-only music and podcast streaming platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#18181b",
  "background_color": "#09090b",
  "icons": [
    {
      "src": "/icon1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search for music and podcasts",
      "url": "/search",
      "icons": [{ "src": "/icon1.png", "sizes": "192x192" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View your liked and saved content",
      "url": "/library",
      "icons": [{ "src": "/icon1.png", "sizes": "192x192" }]
    }
  ]
}
