Tab Tree

Tab Tree

Tabs in a tree

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Tree",
  "version": "0.0.1",
  "description": "Tabs in a tree",
  "manifest_version": 3,
  "author": "Solomon Kinard",
  "permissions": [
    "tabs",
    "favicon",
    "storage",
    "sidePanel",
    "tabGroups"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "default_path.html"
  },
  "side_panel": {
    "default_path": "default_path.html"
  }
}