Open in Incognito Firefox

Examine source code of Open in Incognito

Inspect and view changes in Open in Incognito source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.1.0",
  "default_locale": "en",
  "incognito": "spanning",
  "homepage_url": "https://github.com/mehyaa/browser-extension-open-in-incognito",
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "tabs"
  ],
  "commands": {
    "open_in_incognito": {
      "suggested_key": {
        "default": "Ctrl+Shift+I",
        "mac": "Command+Shift+I"
      },
      "description": "__MSG_commandOpen__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@mehyaa.open-in-incognito",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Open in Incognito Alternatives

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