{
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#ff0033",
  "short_name": "VideoMax",
  "orientation": "portrait",
  "name": "VideoMax Downloader",
  "background_color": "#000000",
  "categories": ["utilities", "productivity"],
  "description": "Free Online Premium Video Downloader",
  "protocol_handlers": [
    {
      "protocol": "web+videomax",
      "url": "/handle?data=%s"
    }
  ],
  "share_target": {
    "method": "GET",
    "action": "/share",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "icons": [
    {
      "sizes": "192x192",
      "type": "image/png",
      "src": "../images/logo-192x192.png"
    },
    {
      "sizes": "512x512",
      "type": "image/png",
      "src": "../images/logo-512x512.png"
    }
  ],
  "screenshots": [
    {
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "src": "../images/screenshots-desktop.png"
    },
    {
      "sizes": "390x844",
      "type": "image/png",
      "src": "../images/screenshots-mobile.png"
    }
  ]
}