Tab Workspaces

Tab Workspaces

Save and manage a collection of tabs as workspaces.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Workspaces",
  "version": "1.1",
  "description": "Save and manage a collection of tabs as workspaces.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "html/app.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}