Dalenryder Password Generator Addon

Dalenryder Password Generator Addon

Generate strong passwords directly in your webbrowser. Choose what characters you want to include, set the langht and generate a random password.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Dalenryder Password Generator Addon",
  "author": "Daniel Maluszczak",
  "homepage_url": "http://online-password-generator.dalenryder.com/",
  "version": "1.1resigned1",
  "browser_action": {
    "browser_style": true,
    "default_popup": "online-password-generator/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{46bf8522-031d-4fba-8702-c444552dc1e3}"
    }
  }
}