TabCrunch - AI Tab Manager

TabCrunch - AI Tab Manager

AI tab manager for the heavy-duty researcher.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "TabCrunch - AI Tab Manager",
  "description": "AI tab manager for the heavy-duty researcher.",
  "version": "1.0.3",
  "icons": {
    "32": "images/logo/icon-32.png",
    "48": "images/logo/icon-48.png",
    "96": "images/logo/icon-96.png",
    "128": "images/logo/icon-128.png"
  },
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "images/logo/icon-32.png",
      "48": "images/logo/icon-48.png",
      "96": "images/logo/icon-96.png",
      "128": "images/logo/icon-128.png"
    }
  },
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "optional_permissions": [
    "bookmarks",
    "tabGroups"
  ],
  "host_permissions": [
    "https://*/*"
  ]
}