{
  "name": "AniCine",
  "short_name": "AniCine",
  "description": "Stream movies, TV shows, and anime all in one place. Free, fast, and no sign-up required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "AniCine — Stream Everything"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search for movies, TV shows, and anime",
      "url": "/search",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Movies",
      "short_name": "Movies",
      "description": "Browse trending movies",
      "url": "/movies",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "TV Shows",
      "short_name": "TV Shows",
      "description": "Browse trending TV shows",
      "url": "/tv",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Anime",
      "short_name": "Anime",
      "description": "Browse trending anime",
      "url": "/anime",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
