{
  "name": "Clipto Video Downloader",
  "short_name": "Video Downloader",
  "description": "Download high-quality videos and lossless audio from all major platforms — fast, ad-free, and forever free.",
  "id": "com.clipto.downloader",
  "start_url": "/video-downloader?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/shot1.png",
      "sizes": "400x822",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/img/shot2.png",
      "sizes": "1280x676",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}