Examine source code of ブラウザ切替機能 for Microsoft 365 <ネクストセット>

Inspect and view changes in ブラウザ切替機能 for Microsoft 365 <ネクストセット> 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlpKfge7sbnfUESpxY0YIHBZTJTjDG7icy38pbcRcW7OAGP5LtSzx7I356/wE0Th2TbUi3Swq3JBEkCCSn5JS/LPntY4Ama3UGO8NBF9yriN3m0XuvPf+q0BZtcH945ZKjD/sgCZx4Ae35XiZSNSABHKWm01I7I2nw40Qlqfv+QOd/UmYkka7oH0Kh2+EPPOn7BoaswjK+iCYiPBzTyT4NFZyUm+Gukt65jWctAWGBvcFb7bgNtcWyrhH7ol9zYXY+SEvmitywlzy9ly+PHuzt7ylJW2lydr9tIJsM26QIc15jbM9wcK71KTiXzYFWDveo6zW8s4dKutiwvXAv1blQQIDAQAB",
  "version": "1.3.0",
  "default_locale": "ja",
  "homepage_url": "http://www.nextset.co.jp/",
  "permissions": [
    "tabs",
    "storage",
    "nativeMessaging",
    "webNavigation"
  ],
  "host_permissions": [
    "https://browser.nextset.jp/"
  ],
  "name": "ブラウザ切替機能 for Microsoft 365 <ネクストセット>",
  "description": "特定の URL を開くときに、Internet Explorer で開きます。",
  "icons": {
    "48": "nextset48.png",
    "128": "nextset128.png"
  },
  "background": {
    "service_worker": "bsw_b.js"
  },
  "content_scripts": [
    {
      "js": [
        "bsw_c.js"
      ],
      "matches": [
        "https://browser.nextset.jp/*/getsetting"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html"
  }
}