Easy Password Generator

Easy Password Generator

Create secure passwords with one click! Just click on the 'generate' button and copy the text above!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Password Generator",
  "description": "Create secure passwords with one click! Just click on the 'generate' button and copy the text above!",
  "version": "1.4.2",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}