Password Checker

Password Checker

The Password Checker is a tool to check the strength of passwords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Password Checker",
  "description": "The Password Checker is a tool to check the strength of passwords.",
  "version": "2.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "passcheck.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "/icon/checker_16.png",
    "32": "/icon/checker_32.png",
    "48": "/icon/checker_48.png",
    "128": "/icon/checker_128.png"
  },
  "default_icon": {
    "48": "/icon/checker_48.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}