XDown

XDown

Internet Downloader enables you to download a desired item with an Internet Download Manager (xdown) application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "xdown_worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://xdown.org",
  "icons": {
    "16": "images/xdown_16.png",
    "24": "images/xdown_24.png",
    "32": "images/xdown_32.png",
    "48": "images/xdown_48.png",
    "128": "images/xdown_128.png"
  },
  "action": {
    "default_popup": "xdown_settings.html",
    "default_title": "XDown Manager"
  },
  "manifest_version": 3,
  "name": "XDown",
  "permissions": [
    "cookies",
    "nativeMessaging",
    "downloads",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "2.0.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "index.html"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}