{
  "name": "VidSnag — Video Downloader",
  "short_name": "VidSnag",
  "description": "Download videos from YouTube, Instagram, TikTok, Facebook, Twitter/X, Pinterest, Reddit and Snapchat in one tap.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a1e",
  "theme_color": "#7c3aed",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/VidSnag_Logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Download Video",
      "short_name": "Download",
      "description": "Go to the download page",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My History",
      "short_name": "History",
      "description": "View your download history",
      "url": "/History",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
