Password Generator

Password Generator

Generate a strong password with the click of a button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Password Generator",
  "version": "1.0",
  "description": "Generate a strong password with the click of a button",
  "manifest_version": 2,
  "icons": {
    "48": "password-icon-48.png",
    "128": "password-icon-48.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>"
  ]
}