PhraseGuard: Passphrase Generator

PhraseGuard: Passphrase Generator

Passphrase generator for secure and memorable passwords.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PhraseGuard: Passphrase Generator",
  "short_name": "PhraseGuard",
  "version": "1.0",
  "description": "Passphrase generator for secure and memorable passwords.",
  "author": {
    "email": "[email protected]"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "permissions": [],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}