Strong Password Generator

Strong Password Generator

Extension for Chromium that allows you to generate strong passwords of up to 50 characters length.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Ghostware",
  "name": "Strong Password Generator",
  "version": "1.4",
  "manifest_version": 3,
  "description": "Extension for Chromium that allows you to generate strong passwords of up to 50 characters length.",
  "icons": {
    "16": "icons/spg16.png",
    "32": "icons/spg32.png",
    "48": "icons/spg48.png",
    "128": "icons/spg128.png"
  },
  "permissions": [],
  "action": {
    "default_popup": "data/start.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}