Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MasterPassword for chrome",
"version": "3.0.0",
"version_name": "3.0.0",
"minimum_chrome_version": "102",
"manifest_version": 3,
"description": "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit",
"author": "Torbjorn Tyridal (ttyridal)",
"homepage_url": "https:\/\/github.com\/ttyridal\/masterpassword-firefox",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "src\/bg\/background.js",
"type": "module"
},
"incognito": "split",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxMIpiNkRMqAlsnyv4Px4hZTfdYpfj9kmMyI9eX0q4lFL+5nKYViYvwAxb9FY4EPmois11L4Of4BSEmSZ366AWwmcR+sBvOn0peTTpZvVbnd4Y\/U8OKouc0G7ihN9t6qLZ6RdpTc7ZY0roLBu2G5Bob3GOhx0oE4rafZeaNCk9I8m\/GwRd4Risiw3B5calzGgWbAnTkKiDrFFpNgB3ZWGzn0NqP6ulrUxe8cn4A2sjfDPHSbyIym\/aAhKXY2RIasextqbo0UsbxX1duo6f85rGXepsrNnwUDRfhinf8rxiZZzWcFjlSSB2SBAUdoRCiAyswgFWS5zpyQGFm1yyESAmwIDAQAB",
"options_page": "src\/options\/index.html",
"options_ui": {
"page": "src\/options\/options.html"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon19.png",
"32": "icons\/icon32.png"
},
"default_title": "MasterPassword",
"default_popup": "src\/browser_action\/browser_action.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+P",
"mac": "MacCtrl+Shift+P"
}
}
},
"permissions": [
"activeTab",
"scripting",
"clipboardWrite",
"storage",
"alarms",
"nativeMessaging"
]
}