Examine source code of Chrome™ Tools

Inspect and view changes in Chrome™ Tools 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",
  "version": "1.0.9",
  "manifest_version": 3,
  "short_name": "Chrome™ Tools",
  "name": "Chrome™ Tools",
  "background": {
    "service_worker": "service_worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "search",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.json",
        "favicon.ico"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' https://browsertools.co https://api.openweathermap.org https://www.bing.com https://r.bing.com https://geoip-js.com; script-src 'self'; object-src 'self'; font-src 'self' https://pro.fontawesome.com https://code.jquery.com https://geoip-js.com data:;  style-src https://www.bing.com https://r.bing.com 'self' https://pro.fontawesome.com; img-src 'self' https://openweathermap.org  * data:;"
  }
}