Secure Hash Generator Firefox

Examine source code of Secure Hash Generator

Inspect and view changes in Secure Hash Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.4",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "name": "Secure Hash Generator",
  "homepage_url": "https://mybrowseraddon.com/secure-hash-generator.html",
  "description": "Generate a secure hash code (i.e. SHA-256) from any file or string!",
  "commands": {
    "_execute_action": {}
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{f3989ce8-acf9-4d74-87bc-ba71b3875d3f}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Secure Hash Generator",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Secure Hash Generator Alternatives

Here are some Firefox add-ons that are similar to Secure Hash Generator: