Examine source code of History & Cache Cleaner for Google Chrome™

Inspect and view changes in History & Cache Cleaner for Google Chrome™ 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",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "38": "img/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://click-and-clean.freebusinessapps.net/",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "options_page": "options.html",
  "permissions": [
    "storage",
    "browsingData",
    "cookies",
    "activeTab",
    "scripting"
  ],
  "version": "3.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}