Examine source code of User-Agent Switch for Edge

Inspect and view changes in User-Agent Switch for Edge 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": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_popup": "data/popup/popup.html",
    "default_title": "User-Agent Switcher"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "toggle-default-mode": {
      "description": "Toggle default useragent",
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Command+Shift+D"
      }
    }
  },
  "description": "Switch between popular useragent strings from toolbar popup!",
  "homepage_url": "https://www.downloadhub.cloud/2023/01/user-agent.html",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "name": "User-Agent Switch for Edge",
  "permissions": [
    "storage",
    "scripting",
    "declarativeNetRequest"
  ],
  "version": "0.3.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}