{
  "short_name": "APHEX",
  "name": "APHEX - Your Go To Movie Hub",
  "description": "Discover and watch movies and TV shows online. Browse popular, top-rated, trending, and upcoming content on APHEX.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["entertainment", "multimedia"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Watch Movies",
      "short_name": "Movies",
      "description": "Browse popular movies",
      "url": "/?type=movie",
      "icons": [{ "src": "favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "Watch TV Shows",
      "short_name": "TV Shows",
      "description": "Browse popular TV shows",
      "url": "/?type=tv",
      "icons": [{ "src": "favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "description": "View your watchlist",
      "url": "/watchlist",
      "icons": [{ "src": "favicon.ico", "sizes": "96x96" }]
    }
  ]
}
