Workspaces Firefox

Examine source code of Workspaces

By: fm-sys
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": 2,
  "name": "Workspaces",
  "version": "1.1.3",
  "description": "A beautiful workspace manager for Firefox",
  "icons": {
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "workspaces@fm-sys",
      "strict_min_version": "139.0"
    }
  },
  "permissions": [
    "tabs",
    "tabHide",
    "tabGroups",
    "storage",
    "menus",
    "cookies"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "64": "icons/dark64.png"
    },
    "default_title": "Workspaces",
    "default_popup": "popup/wsp.html",
    "theme_icons": [
      {
        "light": "icons/light64.png",
        "dark": "icons/dark64.png",
        "size": 64
      }
    ]
  },
  "background": {
    "scripts": [
      "backend/storage.js",
      "backend/workspace.js",
      "backend/brainer.js",
      "backend/handler.js",
      "backend/tint.js"
    ]
  }
}

Best Workspaces Alternatives

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