{
  "name": "Video Downloader",
  "short_name": "Vid DL",
  "description": "Download videos from YouTube, X, Instagram, and TikTok in highest quality MP4",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#f5f5f3",
  "background_color": "#f5f5f3",
  "lang": "en",
  "scope": "/",

  "icons": [
    {
      "src": "https://johnsen.ai/assets/images/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://johnsen.ai/assets/images/icons/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "https://johnsen.ai/assets/images/icons/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],

  "categories": [
    "utilities",
    "entertainment"
  ],

  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "related_applications": [],
  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred",

  "id": "johnsenai-video-downloader"
}
