Password Generator

Password Generator

The Password Generator app allows you to generate a password of any complexity with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "assets/icons/icon32.png",
    "default_popup": "index.html",
    "icons": {
      "32": "assets/icons/icon32.png",
      "64": "assets/icons/icon64.png",
      "128": "assets/icons/icon128.png",
      "256": "assets/icons/icon256.png"
    },
    "name": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "service.js"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.fun-addons.com/*"
    ]
  },
  "icons": {
    "32": "assets/icons/icon32.png",
    "64": "assets/icons/icon64.png",
    "128": "assets/icons/icon128.png",
    "256": "assets/icons/icon256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjP1Cec259+9jwmUeSS1gGHMUxnjJ/KfOzfGemOTkbUhX4hyAaOkRjHKd/YmADrMcPCFeOD28clWrQSsFyNvCFtrahfkzu7HeZ8vVPROAoUBkwDkcCibXmI2HABYSrka0SChQgt1Yokz/P9qJzFFYNbgUdTPvmiheZjaf+Tu5i3Ca8uskOVYtGidyj27ieuB59eYMWWHa3PBpuO9pze1sySt9q0zJCvUq8gCl0NSfXiszYGSdDO06fhv73c++3zCAuFs7yuXhBKi9ksGAYivdlGdxqoNMew5Ta7gfNyaKoD1cfLhnuFQXxkdgP4IEKTJ5OieasOjuEBo6p1xbXyomRwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage",
    "alarms"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}