Secure Password Generator

Secure Password Generator

This add-on allows you to quickly generate secure passwords using random characters by choosing the length, digits and symbols.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "images/[email protected]"
    },
    "default_popup": "popup.html",
    "default_title": "Secure Password Generator"
  },
  "default_locale": "en",
  "description": "This add-on allows you to quickly generate secure passwords using random characters by choosing the length, digits and symbols.",
  "icons": {
    "16": "images/[email protected]",
    "64": "images/[email protected]",
    "128": "images/[email protected]",
    "512": "images/[email protected]"
  },
  "manifest_version": 2,
  "name": "Secure Password Generator",
  "permissions": [],
  "version": "1.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}