Easy-to-use strong password generator.
Generate Password Extension is a browser extension that allows you to generate random passwords according to specified criteria. This provides a simple solution to always have on fly unique passwords!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"version": "1.2.0",
"manifest_version": 3,
"name": "Generate Password Extension",
"description": "Easy-to-use strong password generator build with React / Typescript",
"action": {
"default_popup": "js/index.html",
"default_title": "Generate Password Extension"
},
"browser_specific_settings": {
"gecko": {
"id": "sgrecoaddon@passwordgenerator"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}