btPass: Secure password generator

btPass: Secure password generator

btPass helps you generate strong and secure passwords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "btPass: Secure password generator",
  "short_name": "btPass",
  "description": "btPass helps you generate strong and secure passwords.",
  "author": "Andrei Diaconu",
  "version": "1.2.0",
  "incognito": "split",
  "offline_enabled": true,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "72": "img/icon72.png",
    "96": "img/icon96.png",
    "128": "img/icon128.png",
    "144": "img/icon144.png",
    "192": "img/icon192.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "img/icon128.png"
  },
  "manifest_version": 3
}