Tabber - Tab Organizer

Tabber - Tab Organizer

Simplify your browsing by grouping unused tabs into organized groups

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.2.1",
  "author": "Neulen",
  "homepage_url": "https://tabber.top",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon19.png",
    "default_title": "__MSG_extension_default_title__",
    "default_area": "navbar"
  },
  "omnibox": {
    "keyword": "t"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "tabGroups",
    "contextMenus",
    "offscreen",
    "notifications",
    "scripting",
    "clipboardWrite"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://tabber.top/*"
    ]
  },
  "commands": {
    "preserve-tab": {
      "description": "__MSG_preserve_tab__"
    },
    "preserve-tab-group": {
      "description": "__MSG_preserve_tab_group__"
    },
    "preserve-all": {
      "description": "__MSG_preserve_all_tabs__"
    },
    "sync-to-cloud": {
      "description": "__MSG_sync_to_cloud__"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}