TabMagic - Vim-inspired Bookmark Manager Firefox

Examine source code of TabMagic - Vim-inspired Bookmark Manager

Inspect and view changes in TabMagic - Vim-inspired Bookmark Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TabMagic",
  "description": "Easily manage your tabs, navigate Firefox, and share resources with TabMagic. Visit https://tabmagic.app for more info.",
  "author": "Michael Law",
  "version": "1.2.8",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "scripting",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "tab-magic-panel": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "Command+Shift+Space"
      },
      "description": "Open Magic Panel"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "app.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "index.html",
    "app.css",
    "assets/*"
  ],
  "icons": {
    "16": "./assets/icon16.png",
    "32": "./assets/icon32.png",
    "128": "./assets/icon128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{a9796bba-c3ba-477b-a32b-b0a1ab86c005}"
    }
  }
}

Best TabMagic - Vim-inspired Bookmark Manager Alternatives

Here are some Firefox add-ons that are similar to TabMagic - Vim-inspired Bookmark Manager: