{
  "name": "Astra TV",
  "short_name": "Astra TV",
  "description": "Stream anime, movies, and TV shows in one place. Personalized recommendations, HD quality, multi-profile support.",
  "shortcuts": [
    { "name": "Browse", "short_name": "Browse", "url": "/browse?source=pwa", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "My List", "short_name": "My List", "url": "/my-list?source=pwa", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Movies", "short_name": "Movies", "url": "/movies?source=pwa", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "TV Shows", "short_name": "TV", "url": "/tv?source=pwa", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "start_url": "/?source=pwa",
  "id": "astratv-pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#7c3aed",
  "categories": ["entertainment", "video"],
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json",
      "id": "astratv-pwa"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Astra TV — Home feed with trending anime, movies, and personalized recommendations"
    },
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Astra TV — Stream anime and movies on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Anime",
      "short_name": "Anime",
      "url": "/browse/most-popular",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Movies",
      "short_name": "Movies",
      "url": "/movies",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "TV Shows",
      "short_name": "TV Shows",
      "url": "/tv",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My List",
      "short_name": "My List",
      "url": "/my-list",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "AstraForge",
      "short_name": "Forge",
      "url": "/forge",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "params": {
      "text": "q"
    }
  }
}
