{
  "name": "StreamFlix - Watch Movies & TV Shows",
  "short_name": "StreamFlix",
  "description": "Stream movies and TV shows online. Free streaming with no subscriptions.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#141414",
  "theme_color": "#e50914",
  "categories": ["entertainment", "movies", "video"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Movies",
      "url": "/search",
      "description": "Find movies and TV shows"
    },
    {
      "name": "My Watchlist",
      "url": "/watchlist",
      "description": "View your saved movies"
    }
  ]
}