{
  "name": "Movie Tube - Stream Movies & TV Shows",
  "short_name": "Movie Tube",
  "description": "Movie Tube - Stream the latest movies and TV shows online free. Watch trending, popular, top-rated movies and series in HD quality.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#300000",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/android/launchericon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/ios/152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ios/180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "shortcuts": [
    {
      "name": "Movies",
      "short_name": "Movies",
      "description": "Browse all movies",
      "url": "/movies",
      "icons": [
        {
          "src": "/icons/android/launchericon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "TV Shows",
      "short_name": "TV Shows",
      "description": "Browse all TV shows",
      "url": "/tv",
      "icons": [
        {
          "src": "/icons/android/launchericon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
