Toggle Pin - Quick Tab Pinning Firefox

Examine source code of Toggle Pin - Quick Tab Pinning

Inspect and view changes in Toggle Pin - Quick Tab Pinning source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pin Toggler",
  "version": "1.0",
  "description": "A lightweight extension to toggle pinned tabs using a custom hotkey. Fast and privacy-focused.",
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.svg"
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Toggle Pin/Unpin Tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@soujaour.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Toggle Pin - Quick Tab Pinning Alternatives

Here are some Firefox add-ons that are similar to Toggle Pin - Quick Tab Pinning: