Tabsets.net - Better Bookmarks

Tabsets.net - Better Bookmarks

Use the tabsets.net browser extension to safely keep track all your tabs and links in the Side Panel, locally or in the cloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "scripting",
    "sidePanel",
    "bookmarks"
  ],
  "optional_permissions": [
    "pageCapture",
    "contextMenus",
    "notifications",
    "webRequest",
    "tabGroups"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "side_panel": {
    "default_path": "www/sidepanel.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "omnibox": {
    "keyword": "ts"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "Command+B"
      }
    },
    "search": {
      "suggested_key": {
        "default": "Ctrl+K",
        "mac": "Command+K"
      },
      "description": "Open Search Box"
    },
    "tabHistoryBack": {
      "suggested_key": {
        "default": "Alt+Left",
        "mac": "Alt+Left"
      },
      "description": "Open last open tab"
    },
    "tabHistoryForward": {
      "suggested_key": {
        "default": "Alt+Right",
        "mac": "Alt+Right"
      },
      "description": "Forward to next tab (if available)"
    }
  },
  "options_page": "www/index.html#/mainpanel/settings",
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "name": "Tabsets.net - Better Bookmarks",
  "short_name": "Tabsets.net - Better Bookmarks",
  "description": "Use the tabsets.net browser extension to safely keep track all your tabs and links in the Side Panel, locally or in the cloud",
  "version": "0.4.11",
  "action": {
    "default_title": "Tabsets.net - Better Bookmarks"
  }
}