Move To Private Window Firefox

Examine source code of Move To Private Window

Inspect and view changes in Move To Private Window source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Move to Private Window",
  "version": "2.1resigned1",
  "description": "Open an existing tab in a private session window.",
  "homepage_url": "https://github.com/joshuacant/",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "sessions",
    "menus",
    "history",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "tst-open_in_private@dontpokebadgers.com",
      "strict_min_version": "57.0a1"
    }
  }
}

Best Move To Private Window Alternatives

Here are some Firefox add-ons that are similar to Move To Private Window: