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", "name": "Team Password Manager", "description": "__MSG_ManifestDescription__", "version": "5.22.23", "manifest_version": 3, "default_locale": "en", "icons": { "32": "img\/logo32.png", "48": "img\/logo48.png" }, "action": { "default_icon": { "19": "img\/ba19g.png", "38": "img\/ba38g.png" }, "default_popup": "popup.html", "default_title": "Team Password Manager (__MSG_bgNotConnected__)" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/contentscript.js", "js\/psl.js", "js\/jquery.sendkeys.js", "js\/bililiteRange.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "storage", "tabs", "clipboardWrite" ], "web_accessible_resources": [ { "resources": [ "img\/*", "js\/login_selector\/*" ], "matches": [ "<all_urls>" ] } ] }