Password generator

Password generator

Password generator | this is a compact and fast extension that will help you generate a new secure password in a second

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Password generator",
  "version": "5.2",
  "description": "Password generator | this is a compact and fast extension that will help you generate a new secure password in a second",
  "browser_action": {
    "default_icon": "favicon128.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "favicon16.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}