Conex Private Firefox

Examine source code of Conex Private

Inspect and view changes in Conex Private source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "kesselborn",
  "description": "A tabgroup'esque successor for Firefox Quantum (FirefoxBeta and FirefoxNightly only at the moment)",
  "homepage_url": "https://github.com/kesselborn/conex",
  "name": "Conex (preview)",
  "version": "0.9.14",
  "browser_specific_settings": {
    "gecko": {
      "id": "hgezim@gmail.com",
      "strict_min_version": "60.0a1"
    }
  },
  "browser_action": {
    "default_title": "Conex",
    "browser_style": false,
    "default_popup": "conex-browser-action.html",
    "default_icon": {
      "48": "icons/icon_48.png"
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "60.0a1",
      "update_url": "https://raw.githubusercontent.com/kesselborn/conex/master/versions.json"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "MacCtrl+Space"
      }
    },
    "new-container": {
      "suggested_key": {
        "default": "Alt+Shift+N"
      }
    }
  },
  "options_ui": {
    "page": "conex-options-ui.html",
    "browser_style": false,
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "conex-helper.js",
      "conex-components.js",
      "conex-actions-common.js",
      "conex-background.js"
    ]
  },
  "icons": {
    "48": "icons/icon_48.png"
  },
  "web_accessible_resources": [
    "container-selector.html"
  ],
  "permissions": [
    "contextualIdentities",
    "cookies",
    "menus",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "activeTab",
    "bookmarks",
    "history",
    "notifications",
    "tabHide"
  ]
}

Best Conex Private Alternatives

Here are some Firefox add-ons that are similar to Conex Private: