Show Pocket Button Firefox

Examine source code of Show Pocket Button

Inspect and view changes in Show Pocket Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Show Pocket Button",
  "version": "1.0",
  "description": "Show a pocket button on each active tab to save the web page.",
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/pocket-128.png",
        "icons/cross-128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "showpocketbutton@github.io"
    }
  }
}

Best Show Pocket Button Alternatives

Here are some Firefox add-ons that are similar to Show Pocket Button: