Examine source code of GTM Helper

Inspect and view changes in GTM Helper 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
{
  "manifest_version": 3,
  "name": "__MSG_APP_NAME__",
  "description": "__MSG_APP_DESCRIPTION__",
  "version": "0.0.7",
  "default_locale": "en",
  "icons": {
    "128": "icons/128.png"
  },
  "action": {},
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "serviceWorker.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/content/main.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}