SecureSend - Secure Secret Sharing Firefox

Examine source code of SecureSend - Secure Secret Sharing

By: liamjv
Inspect and view changes in SecureSend - Secure Secret Sharing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SecureSend - Secure Secret Sharing",
  "description": "Share sensitive text securely with end-to-end encryption. Right-click to create encrypted one-time links.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "securesend@securesend.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_title": "SecureSend"
  },
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "clipboardWrite",
    "https://securesend.dev/*",
    "http://localhost:3000/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best SecureSend - Secure Secret Sharing Alternatives

Here are some Firefox add-ons that are similar to SecureSend - Secure Secret Sharing: