Examine source code of xiyi-Aria2

Inspect and view changes in xiyi-Aria2 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
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Aria2-for-Chrome",
  "options_page": "options.html",
  "permissions": [
    "cookies",
    "tabs",
    "notifications",
    "contextMenus",
    "downloads",
    "<all_urls>",
    "storage"
  ],
  "version": "1.5.11",
  "minimum_chrome_version": "80.0.0",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo64.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "32": "images/logo32.png",
    "64": "images/logo64.png",
    "128": "images/logo128.png"
  },
  "commands": {
    "toggle-capture": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "__MSG_toggleCapture__"
    }
  },
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "web_accessible_resources": [
    "js/magnet.js",
    "magnet.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9eb9103e-2fb8-4f02-ae90-cc4a0c8d13e5}"
    }
  }
}