{
  "name": "FlixVerse — Stream Movies & TV",
  "short_name": "FlixVerse",
  "description": "Watch movies and TV shows. Fast, secure, works offline with cached browsing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Movies",
      "url": "/movies",
      "description": "Browse movies"
    },
    {
      "name": "TV Shows",
      "url": "/tv-shows",
      "description": "Browse TV series"
    },
    {
      "name": "My List",
      "url": "/my-list",
      "description": "Your watchlist"
    }
  ]
}
