Containerise Firefox

Examine source code of Containerise

By: kintesh
Inspect and view changes in Containerise source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Containerise",
  "version": "3.9.0",
  "description": "Firefox extension to automatically open websites in a container",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon.png"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Containerise",
    "default_popup": "ui/index.html",
    "default_icon": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "containerise@kinte.sh",
      "strict_min_version": "53.0"
    }
  },
  "options_ui": {
    "page": "ui-preferences/index.html"
  }
}

Best Containerise Alternatives

Here are some Firefox add-ons that are similar to Containerise: