PasteFox Firefox

Examine source code of PasteFox

Inspect and view changes in PasteFox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PasteFox",
  "description": "Share code and text snippets to PasteFox with one click",
  "version": "1.1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@pastefox.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "PasteFox sends user-provided text content to the PasteFox API to create pastes. No data is collected automatically."
      }
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://pastefox.com/*",
    "https://*.pastefox.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://pastefox.com/*",
        "https://*.pastefox.com/*",
        "http://localhost/*",
        "http://127.0.0.1/*"
      ],
      "js": [
        "pastefox-bridge.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best PasteFox Alternatives

Here are some Firefox add-ons that are similar to PasteFox: