Passwd remembers all your team's passwords for you. And stores them safely.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.plasmo.db7289b5.png",
"32": "icon32.plasmo.3f9436ec.png",
"48": "icon48.plasmo.fb216ab6.png",
"64": "icon64.plasmo.938aee6e.png",
"128": "icon128.plasmo.7396495b.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.db7289b5.png",
"32": "icon32.plasmo.3f9436ec.png",
"48": "icon48.plasmo.fb216ab6.png",
"64": "icon64.plasmo.938aee6e.png",
"128": "icon128.plasmo.7396495b.png"
},
"default_popup": "popup.html"
},
"version": "2.1.0",
"author": "Ackee",
"name": "Passwd: Team Password Manager",
"description": "Passwd remembers all your team's passwords for you. And stores them safely.",
"background": {
"service_worker": "static/background/index.js"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting",
"alarms",
"identity"
],
"short_name": "Passwd Extension",
"host_permissions": [
"https://*/*",
"http://*/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"assets/images/dots.png",
"assets/styles/font.css",
"assets/styles/reset.css",
"skeleton.css",
"font.*.css",
"reset.*.css"
],
"matches": [
"https://*/*",
"http://*/*"
]
}
],
"externally_connectable": {
"ids": [],
"matches": [
"https://*.passwd.team/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}