Examine source code of Clear Portal Cache

Inspect and view changes in Clear Portal Cache 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",
  "name": "Clear Portal Cache",
  "version": "1.1.4",
  "manifest_version": 3,
  "description": "Clearing the cache with a single click!",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Clear portal cache!"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "48": "ClearPortalCache_48.png",
    "128": "ClearPortalCache_128.png"
  }
}