{
  "name": "Cinevex — Movie & TV Discovery",
  "short_name": "Cinevex",
  "description": "Find where to watch any movie or show, from every country. Powered by Blezolad.",
  "start_url": "/?utm_source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#07080C",
  "theme_color": "#C9A84C",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-NG",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "video"],
  "shortcuts": [
    {
      "name": "Browse Movies",
      "short_name": "Movies",
      "url": "/browse",
      "description": "Browse all movies",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "TV Shows",
      "short_name": "TV",
      "url": "/tv",
      "description": "Browse TV shows and series",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "url": "/search",
      "description": "Search for a movie or show",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "url": "/watchlist",
      "description": "Your saved movies and shows",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Cinevex — Find Where to Watch"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}