Container Workspaces Firefox

Examine source code of Container Workspaces

By: Mike
Inspect and view changes in Container Workspaces source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Mike Lloyd",
  "description": "Manage container tabs in workspaces",
  "name": "Container Workspaces",
  "version": "1.0.10",
  "content_scripts": [
    {
      "js": [
        "src/entries/contentScript/primary/main.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "32": "icons/32.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "options_ui": {
    "page": "src/entries/options/index.html",
    "chrome_style": false
  },
  "permissions": [
    "tabs",
    "tabHide",
    "storage",
    "contextMenus",
    "cookies",
    "contextualIdentities",
    "*://*/*"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "19": "icons/19.png",
      "32": "icons/32.png",
      "38": "icons/38.png"
    },
    "default_popup": "src/entries/popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "container-workspaces@mike.lloyd"
    }
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "assets/browser-polyfill-DQnhcI3D.js",
    "assets/index-IHki7fMi.js",
    "assets/main-BvylTMol.css",
    "assets/src/entries/contentScript/primary/main-BqASmks9.js"
  ]
}

Best Container Workspaces Alternatives

Here are some Firefox add-ons that are similar to Container Workspaces: