Download with Aria2

Download with Aria2

An extension for Mozilla Firefox that allows you to download with Aria2

Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "2.4900",
  "manifest_version": 2,
  "minimum_chrome_version": "66",
  "permissions": [
    "contextMenus",
    "downloads",
    "tabs",
    "cookies",
    "notifications",
    "<all_urls>"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "/components/common.js",
      "/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "24": "/icons/icon24.png"
    },
    "default_popup": "/popup/index.html"
  },
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "options_ui": {
    "page": "/modules/options/index.html",
    "open_in_tab": false
  },
  "applications": {
    "gecko": {
      "id": "firefox@downwitharia2",
      "strict_min_version": "63.0"
    }
  },
  "developer": {
    "name": "jc3213",
    "url": "https://github.com/jc3213/download_with_aria2-firefox"
  }
}