Examine source code of Don't Touch! -- Extension Configuration Prevention Tool

Inspect and view changes in Don't Touch! -- Extension Configuration Prevention Tool 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": "Don't Touch! -- Extension Configuration Prevention Tool",
  "description": "This extension is a configuration blocker. Lock down your extension configuration.",
  "version": "1.1.1",
  "version_name": "1.1.1",
  "author": "Zachary Darland",
  "manifest_version": 3,
  "minimum_chrome_version": "111",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "assets/ogo128.png",
    "24": "assets/ogo128.png",
    "32": "assets/ogo128.png",
    "128": "assets/ogo128.png"
  }
}