{
  "name": "Netflix Clone",
  "short_name": "NetflixClone",
  "description": "Watch unlimited movies, TV shows, and more. Stream entertainment anywhere.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#E50914",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "video"],
  "lang": "en-US",
  "dir": "ltr"
}
