{
  "name": "WatchTogether — Watch Movies With Friends Online Free",
  "short_name": "WatchTogether",
  "description": "Watch movies and TV shows together online with friends for free. Real-time screen sharing, live chat, and video calls. No download needed.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#E50914",
  "lang": "en",
  "orientation": "any",
  "categories": ["entertainment", "social", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "WatchTogether watch party app"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Watch Room",
      "short_name": "New Room",
      "description": "Start a new watch party room",
      "url": "/?action=create",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Join Watch Party",
      "short_name": "Join Room",
      "description": "Join an existing watch party",
      "url": "/?action=join",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    }
  ]
}
