Examine source code of MM3-ProxySwitch

Inspect and view changes in MM3-ProxySwitch 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": 2,
  "name": "MM3-ProxySwitch",
  "short_name": "ProxySwitch",
  "description": "__MSG_appDescription__",
  "version": "2020",
  "author": "MM3Tools",
  "icons": {
    "48": "img/MM3_48.png",
    "96": "img/MM3_96.png"
  },
  "default_locale": "en",
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/MM3_16off.png",
      "32": "img/MM3_32off.png"
    }
  },
  "background": {
    "scripts": [
      "util.js",
      "ProxySwitch.js"
    ]
  },
  "permissions": [
    "storage",
    "proxy",
    "browsingData",
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "ProxySwitch-1": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "1. __MSG_ProxyConfiguration__"
    },
    "ProxySwitch-2": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "2. __MSG_ProxyConfiguration__"
    },
    "ProxySwitch-3": {
      "suggested_key": {
        "default": "Ctrl+Shift+3"
      },
      "description": "3. __MSG_ProxyConfiguration__"
    },
    "ProxySwitch-4": {
      "suggested_key": {
        "default": "Ctrl+Shift+4"
      },
      "description": "4. __MSG_ProxyConfiguration__"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "setting.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}