Tab pack - Tab group creator,restore tabgroup

Tab pack - Tab group creator,restore tabgroup

Automate tabgroup by your own rule and save & restore tab groups across multi-devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "89",
  "name": "Tab pack - Tab group creator,restore tabgroup",
  "description": "Automate tabgroup by your own rule and save & restore tab groups across multi-devices. ",
  "version": "2.0.0",
  "author": "Brahmastra App",
  "homepage_url": "https://tabpack.brahmastra.app/",
  "icons": {
    "16": "icon.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup/index.html"
  },
  "options_page": "options/index.html",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+P",
        "windows": "Alt+P",
        "mac": "Alt+P",
        "linux": "Alt+P"
      }
    }
  },
  "externally_connectable": {
    "matches": [
      "https://account.brahmastra.app/*"
    ]
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "contextMenus",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmAGxnArNtwretvtQdcMw3i2nP66QBt2DkcpAa2xbN1jIdQhdU5Sz180SM3WssQspBWns+J9XaWiIxyR7kIK/oUtPHPejOnTIx1hs1ECl1QrXFSxLYy8xlEJzeloNFXalVkkEAa5bPAzCpoNQdnBE6z49A0ZWsZsEWt4BAyekeJfHes9IWHCmgkKeqBJ89AoMStI09Uooi/HNVsRoOCDbR1rffemBCG8Y/ed3SNKMvI+YoEkYVY+P9tWUEdrt9kmr85p2o6U0S1pDkyiaLGPt0l4THwKHKOzfCIinVKDKX3/YAn31aPQeyc+ilJnJmljtEaTTnwvQtqyjP2uB4MNtmQIDAQAB"
}