Tabby - Simple Tab Group Generator

Tabby - Simple Tab Group Generator

"Tabby" is a user-friendly Chrome extension designed to streamline tab management and enhance browsing efficiency. With Tabby,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tabby - Simple Tab Group Generator",
  "version": "1.0",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "tabGroups",
    "tabs"
  ]
}