Aria2 Integration Firefox

Examine source code of Aria2 Integration

Inspect and view changes in Aria2 Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "author": "baptistecdr",
  "homepage_url": "https://github.com/baptistecdr/aria2-extensions",
  "description": "__MSG_extDescription__",
  "version": "4.14.0",
  "version_name": "4.14.0",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "cookies",
    "downloads",
    "notifications",
    "storage",
    "activeTab",
    "alarms"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; connect-src *"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": false
  },
  "commands": {
    "toggle_capture_downloads": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "MacCtrl+Shift+D"
      },
      "description": "Toggle Capture Downloads"
    },
    "open_popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "MacCtrl+Shift+Y"
      },
      "description": "Open Popup"
    }
  },
  "icons": {
    "16": "icons/icon-browser-16.png",
    "19": "icons/icon-browser-19.png",
    "24": "icons/icon-browser-24.png",
    "32": "icons/icon-browser-32.png",
    "38": "icons/icon-browser-38.png",
    "48": "icons/icon-browser-48.png",
    "80": "icons/icon-browser-80.png",
    "96": "icons/icon-browser-96.png",
    "128": "icons/icon-browser-128.png",
    "256": "icons/icon-browser-256.png",
    "512": "icons/icon-browser-512.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/icon-browser-16.png",
      "19": "icons/icon-browser-19.png",
      "24": "icons/icon-browser-24.png",
      "32": "icons/icon-browser-32.png",
      "38": "icons/icon-browser-38.png",
      "48": "icons/icon-browser-48.png",
      "80": "icons/icon-browser-80.png",
      "128": "icons/icon-browser-128.png",
      "256": "icons/icon-browser-256.png",
      "512": "icons/icon-browser-512.png"
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "js/background.js"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "baptistecdr@users.noreply.github.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "id": "baptistecdr@users.noreply.github.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Aria2 Integration Alternatives

Here are some Firefox add-ons that are similar to Aria2 Integration: