Examine source code of UTM Eraser

Inspect and view changes in UTM Eraser 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
{
  "name": "UTM Eraser",
  "version": "1.2.9",
  "description": "Removes tracking query parameters in URLs, such as utm, fbclid, gclid, etc.",
  "homepage_url": "https://github.com/Psychosynthesis/Eraser",
  "icons": {
    "48": "icons/favicon.png",
    "96": "icons/faviconMiddle.png",
    "128": "icons/faviconBig.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/panelicon.png",
    "default_title": "Eraser",
    "default_popup": "panel/panelMenu.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{37d5c7e4-5054-4881-a5a7-0ce6e45efa0b}"
    }
  },
  "manifest_version": 2
}