Side Space - AI Powered Vertical Tab Manager Firefox

Examine source code of Side Space - AI Powered Vertical Tab Manager

Inspect and view changes in Side Space - AI Powered Vertical Tab Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "1.2.2",
  "description": "__MSG_extDesc__",
  "action": {
    "default_title": "__MSG_actionName__",
    "default_icon": {
      "16": "assets/icon-16.png",
      "32": "assets/icon-32.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "tabGroups",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "https://www.sidespace.app/api",
    "https://sidespace.app/api"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.sidespace.app/*",
      "https://sidespace.app/*"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+P",
        "mac": "Command+Alt+P"
      },
      "description": "__MSG_executeAction__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "sidespace@sidespace.app",
      "strict_min_version": "139.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.sidespace.app/*",
        "https://sidespace.app/*"
      ],
      "js": [
        "content-scripts/firefox-bridge.global.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "sidebar_action": {
    "default_title": "__MSG_actionName__",
    "default_panel": "./sidepanel/index.html",
    "default_icon": {
      "16": "assets/icon-16.png",
      "32": "assets/icon-32.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon-128.png"
    },
    "open_at_install": true
  }
}

Best Side Space - AI Powered Vertical Tab Manager Alternatives

Here are some Firefox add-ons that are similar to Side Space - AI Powered Vertical Tab Manager: