Inspect and view changes in Aria2-AriaNG 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": "Aria2-AriaNG下载管理组件",
"description": "基于Aria2并使用AriaNG界面管理的浏览器下载组件",
"version": "0.6.1",
"default_locale": "en",
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"notifications",
"downloads",
"downloads.open",
"contextMenus",
"webRequest",
"webRequestBlocking",
"cookies",
"<all_urls>"
],
"background": {
"scripts": [
"/js/config.js",
"/js/common.js",
"/js/lib/aria.js",
"/js/lib/tools.js",
"/js/lib/polygoat.js"
]
},
"browser_action": {
"default_popup": "ui/action/index.html",
"default_icon": {
"16": "imgs/disabled/16.png",
"32": "imgs/disabled/32.png",
"64": "imgs/disabled/64.png",
"128": "imgs/disabled/128.png",
"256": "imgs/disabled/256.png"
}
},
"icons": {
"16": "imgs/16.png",
"32": "imgs/32.png",
"64": "imgs/64.png",
"128": "imgs/128.png",
"256": "imgs/256.png"
},
"homepage_url": "https://github.com/muilib/aria2-ariang/",
"options_ui": {
"page": "ui/options/menu.html",
"open_in_tab": true
},
"applications": {
"gecko": {
"id": "{A666F7B3-A03E-42AF-97AC-AFAE78D08D15}",
"strict_min_version": "60.0"
}
}
}