Pwd Generator

Pwd Generator

Create Strong, Custom and Random Passwords Fast! Secure Your Accounts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pwd Generator",
  "description": "Create Strong, Custom and Random Passwords Fast! Secure Your Accounts.",
  "version": "1.0.0",
  "action": {
    "default_popup": "/popup/home.html"
  },
  "icons": {
    "16": "./popup/assets/shape-icon-16.png",
    "32": "./popup/assets/shape-icon-32.png",
    "48": "./popup/assets/shape-icon-48.png",
    "128": "./popup/assets/shape-icon-128.png"
  }
}