Paste Stack Firefox

Examine source code of Paste Stack

Inspect and view changes in Paste Stack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paste Stack",
  "version": "1.2.1",
  "description": "Build a reusable clipboard stack of text snippets",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a08d0b6b-e19d-42dd-8a15-da341d56e33d}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/ico16.png",
    "32": "icons/ico32.png",
    "48": "icons/ico48.png",
    "96": "icons/ico96.png",
    "128": "icons/ico128.png"
  },
  "browser_action": {
    "default_popup": "gui/main.html",
    "default_icon": {
      "16": "icons/ico16.png",
      "32": "icons/ico32.png",
      "48": "icons/ico48.png",
      "96": "icons/ico96.png",
      "128": "icons/ico128.png"
    }
  },
  "background": {
    "scripts": [
      "core/bg.js"
    ]
  },
  "permissions": [
    "storage"
  ]
}

Best Paste Stack Alternatives

Here are some Firefox add-ons that are similar to Paste Stack: