TabBrew: Tab Declutter Tool

TabBrew: Tab Declutter Tool

Declutter tabs with keyword filtering. Simplify your browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Declutter tabs with keyword filtering. Simplify your browsing experience.",
  "version": "3.9.2",
  "manifest_version": 3,
  "name": "TabBrew: Tab Declutter Tool",
  "chrome_url_overrides": {
    "newtab": "tabbrew.html"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "action": {
    "default_icon": "icon-34.png",
    "default_title": "TabBrew"
  },
  "icons": {
    "16": "icon-16.png",
    "20": "icon-20.png",
    "32": "icon-32.png",
    "34": "icon-34.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "tabGroups",
    "sidePanel"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "host_permissions": [
    "https://tabbrew.com/*",
    "https://www.tabbrew.com/*",
    "https://dqloywaklyuwrecshlyh.supabase.co/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "panel.html"
      ],
      "matches": [
        "https://tabbrew.com/*",
        "https://www.tabbrew.com/*"
      ]
    },
    {
      "resources": [
        "icon-16.png",
        "icon-20.png",
        "icon-32.png",
        "icon-34.png",
        "icon-64.png",
        "icon-128.png"
      ],
      "matches": []
    }
  ]
}