GroupEM - Tab Grouper for Chrome

GroupEM - Tab Grouper for Chrome

Groups your tabs on Chrome with a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GroupEM - Tab Grouper for Chrome",
  "description": "Groups your tabs on Chrome with a single click",
  "version": "1.3.3",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": {
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "48": "images/48.png",
    "128": "images/128.png"
  }
}