Lean Password Hasher

Lean Password Hasher

Nifty helper to hash passwords. Uses HMAC-SHA1.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lean Password Hasher",
  "description": "Nifty helper to hash passwords. Uses HMAC-SHA1.",
  "version": "0.2",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "options_page": "options.html"
}