{
  "name": "DekhiTube — Video Experience",
  "short_name": "DekhiTube",
  "description": "Next-gen private HLS video streaming platform powered by Cloudflare Workers & D1.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#08080d",
  "theme_color": "#08080d",
  "orientation": "any",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["entertainment", "video", "multimedia"],
  "shortcuts": [
    {
      "name": "Watch Later",
      "short_name": "Watch Later",
      "description": "Access your saved watch later playlist",
      "url": "/watch-later",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View recently watched videos",
      "url": "/history",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
