{
  "name": "Movie Night - Stream Your Favorite Movies & TV Shows",
  "short_name": "Movie Night",
  "description": "Premium cinematic platform for movie enthusiasts. Discover trending, popular, and top-rated movies and TV shows with high-quality trailers and in-depth details.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#000000",
  "background_color": "#000000",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "movies", "tv", "lifestyle"],
  "shortcuts": [
    {
      "name": "Trending Now",
      "short_name": "Trending",
      "description": "See what's trending this week",
      "url": "/category/trending",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Popular Movies",
      "short_name": "Popular",
      "description": "Browse most popular movies",
      "url": "/category/popular",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Top Rated",
      "short_name": "Top Rated",
      "description": "Critically acclaimed titles",
      "url": "/category/top_rated",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find your next movie",
      "url": "/search",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Movie Night Home"
    }
  ]
}
