{
  "name": "CineVault",
  "short_name": "CineVault",
  "description": "Your Ultimate Streaming Destination — Movies, Series & Live TV",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#08080f",
  "theme_color": "#E50914",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/img/screenshot-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Movies",
      "short_name": "Movies",
      "description": "Browse all movies",
      "url": "/pages/movies.php",
      "icons": [{"src": "/assets/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Series",
      "short_name": "Series",
      "description": "Browse web series",
      "url": "/pages/series.php",
      "icons": [{"src": "/assets/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Live TV",
      "short_name": "Live TV",
      "description": "Watch live channels",
      "url": "/pages/live-tv.php",
      "icons": [{"src": "/assets/img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
