Inspect and view changes in Download with Aria2 Download Manager source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Download with aria2",
"description": "when activated, interrupts the built-in download manager to direct links to aria2",
"version": "0.1.1resigned1",
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"nativeMessaging",
"notifications",
"downloads",
"contextMenus",
"cookies",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"config.js",
"termlib_parser.js",
"common.js"
]
},
"browser_action": {
"default_icon": {
"16": "data/icons/disabled/16.png",
"19": "data/icons/disabled/19.png",
"32": "data/icons/disabled/32.png",
"38": "data/icons/disabled/38.png",
"64": "data/icons/disabled/64.png"
}
},
"icons": {
"16": "data/icons/16.png",
"19": "data/icons/19.png",
"32": "data/icons/32.png",
"38": "data/icons/38.png",
"64": "data/icons/64.png",
"128": "data/icons/128.png",
"256": "data/icons/256.png"
},
"homepage_url": "http://add0n.com/download-with.html?from=aria2",
"options_ui": {
"page": "data/options/index.html",
"chrome_style": true
},
"web_accessible_resources": [
"data/grab/index.html"
],
"browser_specific_settings": {
"gecko": {
"id": "{708bb4c5-336d-4a30-9126-8bf5d773bb41}"
}
}
}