Salasana - Password Generator Firefox

Examine source code of Salasana - Password Generator

Inspect and view changes in Salasana - Password Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Salasana",
  "version": "0.9.1",
  "author": "Xavier Vello",
  "description": "Generates unique passwords from website's domain and master passphrase. It uses Nic Wolff's algorithm [see http://angel.net/~nic/passwd.current.html]",
  "homepage_url": "https://github.com/xvello/salasana-webextension",
  "icons": {
    "48": "data/icon.svg",
    "96": "data/icon.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "data/icon.svg",
    "default_title": "Salasana",
    "default_popup": "data/panel.html",
    "theme_icons": [
      {
        "light": "data/icon-light.svg",
        "dark": "data/icon-dark.svg",
        "size": 16
      },
      {
        "light": "data/icon-light.svg",
        "dark": "data/icon-dark.svg",
        "size": 32
      }
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+P"
      },
      "description": "Generate a password for the current website"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@moz-password-generator"
    }
  }
}

Best Salasana - Password Generator Alternatives

Here are some Firefox add-ons that are similar to Salasana - Password Generator: