{
  "name": "Movie Night - Discover Your Next Favorite Film",
  "short_name": "Movie Night",
  "description": "Your ultimate cinematic destination. Discover trending, popular, and top-rated movies with high-quality trailers and in-depth details.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#e50914",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "sizes": "1200x630",
      "type": "image/png"
    }
  ],
  "categories": ["entertainment", "movies"],
  "shortcuts": [
    {
      "name": "Trending Now",
      "short_name": "Trending",
      "description": "See what's trending this week",
      "url": "/category/trending",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search Movies",
      "short_name": "Search",
      "description": "Search for movies on Movie Night",
      "url": "/search",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
