Terminus UTM Builder

Terminus UTM Builder

Terminus makes it easy for you and your team to build and manage all your UTM URLs in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Terminus UTM Builder",
  "version": "3.0.0",
  "manifest_version": 3,
  "minimum_chrome_version": "90",
  "description": "Terminus makes it easy for you and your team to build and manage all your UTM URLs in one place.",
  "homepage_url": "https://www.terminusapp.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/icon19.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://*.terminusapp.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "removeHeader",
        "enabled": true,
        "path": "removeHeader.json"
      }
    ]
  }
}