Workspaces Firefox

Examine source code of Workspaces

By: jgalec
Inspect and view changes in Workspaces source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Workspaces",
  "version": "1.0.0",
  "description": "Workspace management inspired by Microsoft Edge for Firefox.",
  "permissions": [
    "tabs",
    "tabHide",
    "storage",
    "activeTab",
    "tabGroups",
    "menus",
    "contextualIdentities",
    "cookies"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Open Workspaces",
    "default_icon": "icons/default-icon.svg"
  },
  "background": {
    "scripts": [
      "background/events.js",
      "background/storage.js",
      "background/state.js",
      "background/menus.js",
      "background/indicator.js",
      "background/manager.js",
      "background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "workspaces@jgalec.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Workspaces Alternatives

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