Inspect and view changes in Aria2 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "Aria2 WebUI",
"options_ui": {
"page": "ui/options.html",
"open_in_tab": true
},
"permissions": [
"cookies",
"tabs",
"notifications",
"contextMenus",
"downloads",
"storage",
"activeTab",
"<all_urls>"
],
"version": "1.2.8",
"minimum_chrome_version": "60.0.0",
"background": {
"persistent": true,
"scripts": [
"js/xfetch-js.min.js",
"js/background.js"
]
},
"browser_action": {
"default_icon": "imgs/logo64.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "zh_TW",
"description": "__MSG_description__",
"icons": {
"32": "imgs/logo32.png",
"64": "imgs/logo64.png",
"128": "imgs/logo128.png"
}
}