Examine source code of Equalizer for Edge browser

Inspect and view changes in Equalizer for Edge browser 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
{
  "action": {
    "default_icon": "/icons/off.png",
    "default_title": "__MSG_title__"
  },
  "author": "WhiteDev",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.cusmize.com/*"
    ]
  },
  "icons": {
    "64": "/icons/64.png",
    "128": "/icons/128.png",
    "256": "/icons/256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "tabCapture",
    "tabs",
    "storage"
  ],
  "short_name": "Equalizer",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.7",
  "version_name": "1.0.7",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "*://*.cusmize.com/*",
        "*://*.youtube-customizer.com/*",
        "*.*"
      ]
    }
  ]
}