{
  "name": "Free M3U8 Player & HLS Stream Tester",
  "short_name": "M3U8 Player",
  "description": "Play, inspect, and test M3U8, HLS, DASH, and MP4 streams directly in your browser with diagnostics and MP4 converter.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090d16",
  "theme_color": "#0369a1",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Stream",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "M3U8 to MP4 Converter",
      "url": "/m3u8-to-mp4",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Manifest Inspector",
      "url": "/m3u8-manifest-inspector",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
