PassGen

PassGen

Password generator based on a code and domain name

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PassGen",
  "short_name": "PassGen",
  "description": "Password generator based on a code and domain name",
  "version": "1.0.14",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png"
    },
    "default_title": "PassGen",
    "default_popup": "popup.html"
  }
}