Password Generator

Password Generator

Password generator extension allows you to easily generate long and secure password in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "3.1.3",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "author": "__MSG_author__",
  "homepage_url": "https://github.com/xfox111/PasswordGeneratorExtension",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "src/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}