tabFlow - tabgroups in tree style

tabFlow - tabgroups in tree style

Tab groups manager in tree style. Never lose tabgroups and its context. successor of tabs outliner with tabgroups & more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "89",
  "name": "tabFlow - tabgroups in tree style",
  "description": "Tab groups manager in tree style. Never lose tabgroups and its context. successor of tabs outliner with tabgroups & more.",
  "version": "1.1.6",
  "author": "Brahmastra App",
  "homepage_url": "https://tabwave.brahmastra.app/",
  "icons": {
    "16": "icon.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "options_page": "options/index.html",
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+W",
        "windows": "Alt+W",
        "mac": "Alt+W",
        "linux": "Alt+W"
      }
    },
    "createTabGroup": {
      "suggested_key": {
        "default": "Alt + G"
      },
      "description": "create tab group"
    },
    "newTabRight": {
      "suggested_key": {
        "default": "Alt + R"
      },
      "description": "New tab to the right"
    },
    "jumpBtwGroups": {
      "suggested_key": {
        "default": "Ctrl + Q"
      },
      "description": "jump between tab groups"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://account.brahmastra.app/*"
    ]
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "contextMenus",
    "storage",
    "unlimitedStorage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiiiSmJwhJC7qTvcRLtU78Xhj7xNsX4wlmRsLTZf5E80UI/HWrJzGDi1L2t0fnfFoV0CrRikzvJa/JIzFRrE0NHduYIQctSqVPoyZxJ39m9fgxF2EOrToq5bmNfbQu3ii+JTClvz+pmfXw1jEkQOurFDzz+25FmCetKMgHfTrA2jbQArrXNYYB2OPsYP32PqvF1zimmhwQp0IBQQpDI7v+JVx0DyptLa3ow8TDDfqwHJuAe2xhGMIiGkvpLzA7UIdoGMSblCacIBuopycoTP4k3NBYIiglwMSG5cxc7/BCtYNlbciEF6O+6igChu7GqDvwwk8EBYX9Zo083G9PVAbCQIDAQAB"
}