{
  "name": "VideoPlay",
  "short_name": "VideoPlay",
  "description": "Hosted browser-style player for direct MP4 and M3U8 playback with touch gestures and offline-ready saves.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f1722",
  "theme_color": "#121923",
  "lang": "en",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
