{
  "name": "FilmVault",
  "short_name": "FilmVault",
  "description": "Stream thousands of movies and TV shows for free in HD. FilmVault is your cinematic vault — watch anything, anytime.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f15",
  "theme_color": "#e8b923",
  "orientation": "any",
  "categories": ["entertainment", "video"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Movies & TV",
      "short_name": "Search",
      "url": "/search",
      "description": "Search thousands of movies and TV shows"
    },
    {
      "name": "Browse TV Shows",
      "short_name": "TV Shows",
      "url": "/tv",
      "description": "Browse popular TV series"
    },
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "url": "/profile",
      "description": "View your saved watchlist"
    }
  ]
}
