iTools - TabSet

iTools - TabSet

Be the best tab manager, Efficiently manage workspaces, Not just OneTab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "iTools - TabSet",
  "version": "1.5.2",
  "description": "Be the best tab manager, Efficiently manage workspaces, Not just OneTab.",
  "default_locale": "en",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "tabGroups",
    "favicon",
    "activeTab",
    "history"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "chrome_url_overrides": {},
  "action": {
    "default_icon": "img/icon.png",
    "default_title": "iTools - TabSet",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "tabset.js",
    "type": "module"
  },
  "commands": {
    "open-tabset": {
      "suggested_key": {
        "windows": "Ctrl+Shift+1",
        "mac": "Command+Shift+1",
        "chromeos": "Ctrl+Shift+1",
        "linux": "Ctrl+Shift+1"
      },
      "description": "Open the management page",
      "global": true
    },
    "onetab": {
      "suggested_key": {
        "windows": "Ctrl+Shift+2",
        "mac": "Command+Shift+2",
        "chromeos": "Ctrl+Shift+2",
        "linux": "Ctrl+Shift+2"
      },
      "description": "Create new workspace",
      "global": true
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ]
}