Switch to Incognito Firefox

Examine source code of Switch to Incognito

Inspect and view changes in Switch to Incognito source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Switch to Incognito",
  "version": "1.0",
  "description": "Switch to Incognito the current tab",
  "page_action": {
    "default_icon": "images/appicon.png",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "images/appicon.png",
    "32": "images/appicon.png",
    "48": "images/appicon.png"
  }
}

Best Switch to Incognito Alternatives

Here are some Firefox add-ons that are similar to Switch to Incognito: