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", "manifest_version": 3, "default_locale": "en", "name": "__MSG_ext_name__", "author": "F-Secure", "short_name": "__MSG_ext_name_short__", "description": "__MSG_ext_description__", "version": "6.0.4", "icons": { "16": "img\/ic_plugin_16.png", "48": "img\/ic_plugin_48.png", "128": "img\/ic_plugin_128.png" }, "action": { "default_icon": "img\/fsecure\/ic_plugin_off.png", "default_popup": "popups\/notRunning.html", "default_title": "Password Manager by F-Secure" }, "background": { "service_worker": "serviceworker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "customization.js", "ext\/jquery.js", "config.js", "fskeyUtils.js", "ext\/sjcl.js", "pagemngr.js", "loginhandler.js", "savecredentials.js", "content.js" ], "css": [ "images.css", "fskey-base.css", "fskey-save-credentials.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "img\/*", "images.css", "fskey-base.css", "fskey-frame.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage", "tabs", "background", "nativeMessaging" ], "host_permissions": [ "http:\/\/localhost:24166\/" ] }