{
  "name": "YourCinema Streaming",
  "short_name": "YourCinema",
  "description": "Premium movie and TV streaming platform with multi-server failover.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#E50914",
  "orientation": "any",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "logo.svg",
      "type": "image/svg+xml",
      "sizes": "192x192 512x512",
      "purpose": "maskable"
    },
    {
      "src": "logo.svg",
      "type": "image/svg+xml",
      "sizes": "192x192 512x512",
      "purpose": "any"
    }
  ]
}