Inspect and view changes in PasswordMaker.org source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"author": "GitTom",
"action": {
"default_icon": {
"16": "images/passwdmaker16.png",
"48": "images/passwdmaker48.png",
"96": "images/passwdmaker96.png",
"128": "images/passwdmaker128.png"
},
"default_popup": "html/popup.html"
},
"background": {
"service_worker": "javascript/background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+X"
}
}
},
"description": "Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org",
"homepage_url": "https://github.com/passwordmaker/chrome-passwordmaker",
"icons": {
"16": "images/passwdmaker16.png",
"48": "images/passwdmaker48.png",
"96": "images/passwdmaker96.png",
"128": "images/passwdmaker128.png"
},
"manifest_version": 3,
"name": "PasswordMaker.org",
"options_ui": {
"page": "html/options.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"scripting",
"storage",
"alarms"
],
"version": "1.0.4"
}