Examine source code of Downloads

Inspect and view changes in Downloads 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": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "version": "0.9",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "48": "images/48x48.png",
      "64": "images/64x64.png",
      "96": "images/96x96.png",
      "128": "images/128x128.png"
    },
    "default_title": "Click to open Downloads folder"
  },
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "64": "images/64x64.png",
    "96": "images/96x96.png",
    "128": "images/128x128.png"
  },
  "default_locale": "en"
}