Ultra Password Generator

Ultra Password Generator

Save your time and thinking efforts with this secure random password generator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ultra Password Generator",
  "description": "Save your time and thinking efforts with this secure random password generator.",
  "version": "1.2",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "gen.html"
  }
}