SpaceVibe

SpaceVibe

✴️ The Ultimate Tab Management Solution

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "SpaceVibe",
  "description": "✴️ The Ultimate Tab Management Solution",
  "version": "0.1.0",
  "action": {},
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "favicon",
    "storage",
    "bookmarks"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "commands": {
    "open_home_page": {
      "suggested_key": "Shift+Alt+F",
      "description": "Switch between SpaceVibe and recent tab"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}