Сhrome grouping tabs

Сhrome grouping tabs

Boost productivity with Chrome Grouping Tabs! Easily organize, tabs in chrome manage. Ideal for clutter-free & multitasking!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.0.20",
  "manifest_version": 3,
  "description": "__MSG_shortDesc__",
  "homepage_url": "https://loilo.de",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "64": "icons/64x64.png",
    "96": "icons/128x128 (96).png",
    "128": "icons/128x128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "index.html?context=options"
  },
  "action": {
    "default_popup": "index.html?context=popup"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ]
}