Examine source code of Aria2 Indicator

Inspect and view changes in Aria2 Indicator 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": 3,
  "name": "Aria2 Indicator",
  "description": "An indicator displaying aria2 download tasks.",
  "version": "1.1.0",
  "permissions": [
    "storage",
    "alarms",
    "contextMenus"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icon/Ar_16.png",
    "32": "icon/Ar_32.png",
    "48": "icon/Ar_48.png",
    "128": "icon/Ar_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}