{
  "theme_color": "#000",
  "background_color": "#000",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "name": "Flixoma",
  "short_name": "Flixoma",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "description": "Flixoma is your ultimate movie and serials destination, featuring the latest movies, TV series, reviews, trailers, and news.",
  "icons": [
    { "src": "/favicon-16x16.png?v1", "sizes": "16x16", "type": "image/png" },
    { "src": "/favicon-32x32.png?v1", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon-96x96.png?v1", "sizes": "96x96", "type": "image/png" },
    { "src": "/android-chrome-192x192.png?v1", "sizes": "192x192", "type": "image/png" },
    { "src": "/android-chrome-512x512.png?v1", "sizes": "512x512", "type": "image/png" },
    { "src": "/apple-touch-icon.png?v1", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/",
      "description": "Home",
      "icons": [{ "src": "/apple-touch-icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Search Movies & TV Series",
      "url": "/search",
      "description": "Search for movies and TV Series",
      "icons": [{ "src": "/apple-touch-icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Movies",
      "url": "/movies",
      "description": "Movies",
      "icons": [{ "src": "/apple-touch-icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "TV Series",
      "url": "/tv",
      "description": "TV Series",
      "icons": [{ "src": "/apple-touch-icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    { "src": "/banners/movie-banner-1280.webp", "sizes": "1280x720", "type": "image/webp", "form_factor": "wide" },
    { "src": "/banners/search-banner-1280.webp", "sizes": "1280x720", "type": "image/webp", "form_factor": "wide" },
    { "src": "/banners/live-sport-banner-1280.webp", "sizes": "1280x720", "type": "image/webp", "form_factor": "wide" },
    { "src": "/banners/ai-search-banner-1280.webp", "sizes": "1280x720", "type": "image/webp", "form_factor": "wide" },
    { "src": "/banners/home-banner-520.webp", "sizes": "520x720", "type": "image/webp", "form_factor": "narrow" },
    { "src": "/banners/movie-banner-520.webp", "sizes": "520x720", "type": "image/webp", "form_factor": "narrow" },
    { "src": "/banners/wwf-banner-520.webp", "sizes": "520x720", "type": "image/webp", "form_factor": "narrow" },
    { "src": "/banners/ai-search-520.webp", "sizes": "520x720", "type": "image/webp", "form_factor": "narrow" }
  ],
  "categories": ["entertainment", "video", "social"],
  "lang": "en",
  "dir": "auto",
  "features": ["Cross Platform", "fast", "simple"],
  "protocol_handlers": [
    { "protocol": "web+flixoma", "url": "/?q=%s" },
    { "protocol": "web+movie", "url": "/movie/%s" },
    { "protocol": "web+tv", "url": "/tv/%s" }
  ]
}