Download with FlashGet™

Download with FlashGet™

Optionally send your downloading jobs to the well-known FlashGet™ download manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Download with FlashGet™",
  "description": "Optionally send your downloading jobs to the well-known FlashGet™ download manager",
  "version": "0.2.1",
  "permissions": [
    "storage",
    "nativeMessaging",
    "notifications",
    "downloads",
    "contextMenus",
    "scripting"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "action": {},
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "homepage_url": "https://webextension.org/listing/download-with.html?from=flashget",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/grab/index.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "commands": {
    "_execute_action": {}
  }
}