WittCepter

WittCepter

Take control of your browser network traffic

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WittCepter",
  "description": "Take control of your browser network traffic",
  "version": "1.5.0",
  "permissions": [
    "webRequest",
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "WittCepter",
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "oauth2": {
    "client_id": "978365210479-kjmtsp7tv4ej0fm8an761m6o6cjetqbs.apps.googleusercontent.com",
    "scopes": [
      "email",
      "profile",
      "openid"
    ]
  }
}