{
  "name": "MovieSync - Free Movies & TV Streaming",
  "short_name": "MovieSync",
  "description": "Watch free movies and TV shows online. Trending, popular, and free-to-watch content.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0b0b",
  "theme_color": "#e11d48",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "video", "movies"],
  "shortcuts": [
    {
      "name": "Movies",
      "url": "/movies",
      "description": "Browse movies"
    },
    {
      "name": "TV Shows",
      "url": "/series",
      "description": "Browse TV shows"
    },
    {
      "name": "Trending",
      "url": "/trending",
      "description": "See trending content"
    }
  ]
}
