Examine source code of Auto History Wipe

Inspect and view changes in Auto History Wipe 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
{
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {}
  },
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png",
    "256": "256.png",
    "512": "512.png"
  },
  "manifest_version": 3,
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "browsingData"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.7"
}