Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "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\/*" ] } }