GenPass - Smart password generator

GenPass - Smart password generator

GenPass - Smart password generator lets you to create a strong easy remembered password of high cracking resistance.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.5",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "GenPass - Умный генератор паролей",
    "default_popup": "genPass.html"
  }
}