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", "author": "SAASPASS, 44 Tehama Street, San Francisco, CA 94105", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/orca-128.png", "default_popup": "popup.html", "default_title": "SAASPASS Password Manager" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.saaspass.com\/*" ], "js": [ "content.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.saaspass.com\/*" ], "js": [ "portal.js" ], "all_frames": true } ], "description": "The free password manager extension comes with autofill & autologin including websites that support the Authenticator format.", "icons": { "128": "icons\/orca-128.png" }, "manifest_version": 3, "name": "Free Password Manager & Authenticator & SSO", "options_ui": { "page": "options.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "short_name": "Password Manager", "version": "5.0.1", "web_accessible_resources": [ { "resources": [ "selectAccountFrame.html", "saveCredentialsFrame.html", "src\/images\/orca-18.png" ], "matches": [ "*:\/\/*\/*" ] } ] }