{
  "name": "MediaSyncer",
  "short_name": "MediaSyncer",
  "description": "Sync YouTube playback across devices in real-time. Watch together from anywhere.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080810",
  "theme_color": "#9B6DFF",
  "categories": ["entertainment", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Watch Party",
      "short_name": "Party",
      "description": "Start or join a Watch Party room",
      "url": "/room.html",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Local Sync",
      "short_name": "Local",
      "description": "Sync local media files with friends",
      "url": "/local.html",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
