{
  "name": "PlayMax TV",
  "short_name": "PlayMax",
  "description": "Stream movies, TV shows, anime, cartoons & live sports — ad-free with PlayMax+",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#e50914",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["entertainment", "video"],
  "shortcuts": [
    {
      "name": "Movies",
      "short_name": "Movies",
      "description": "Browse movies",
      "url": "/movies",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "TV Shows",
      "short_name": "TV Shows",
      "description": "Browse TV Shows",
      "url": "/tvshows",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
