bones-rsa Firefox

Examine source code of bones-rsa

By: wewe
Inspect and view changes in bones-rsa source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bones",
  "version": "1.0.0",
  "description": "End to end, chat RSA encryption utility",
  "homepage_url": "https://github.com/ArguelBenoit/BONES",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-96.png",
    "default_popup": "popup.html",
    "default_title": "Bones"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cf6bb9dd-0cdf-4ff3-9033-0d75ee59759d}"
    }
  }
}

Best bones-rsa Alternatives

Here are some Firefox add-ons that are similar to bones-rsa: