{
  "name": "SyncBeat",
  "short_name": "SyncBeat",
  "description": "Listen to music together in perfect sync — anywhere in the world.",
  "start_url": "https://music.himanshushankar.in/",
  "scope": "https://music.himanshushankar.in/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["music", "social", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Host a Room",
      "short_name": "Host",
      "description": "Create a new music room",
      "url": "https://music.himanshushankar.in/?tab=host",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Join a Room",
      "short_name": "Join",
      "description": "Join a friend's music room",
      "url": "https://music.himanshushankar.in/?tab=join",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
