Switcheroo v2 Firefox

Examine source code of Switcheroo v2

By: ajh773 Add-on
Inspect and view changes in Switcheroo v2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Switcheroo",
  "version": "0.3.0",
  "description": "Need to open external links in your default Firefox profile? Give 'em the ol' Switcheroo!",
  "default_locale": "en",
  "icons": {
    "256": "icons/switcheroo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "switcheroo-fixed@aviherman.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "js/switcheroo-bg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/switcheroo.css"
      ],
      "js": [
        "js/switcheroo-client.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings/settings.html"
  },
  "permissions": [
    "nativeMessaging",
    "storage"
  ]
}

Best Switcheroo v2 Alternatives

Here are some Firefox add-ons that are similar to Switcheroo v2: