{
  "name": "NETFAST | Fast. Simple. Free Streaming.",
  "short_name": "NETFAST",
  "description": "Stream the latest movies, Pinoy blockbusters, TV shows, and trending anime for free. Ultra-fast, simple, and free streaming.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#e50914",
  "orientation": "any",
  "categories": ["entertainment", "movies", "video"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Movies",
      "short_name": "Movies",
      "description": "Browse and stream all movies",
      "url": "/movies",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "TV Shows",
      "short_name": "TV Shows",
      "description": "Browse and stream all TV series",
      "url": "/movies?type=tv",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
