Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PassLok Universal", "short_name": "PassLok", "description": "High security encryption for any email, plus Passwords.", "version": "1.0", "manifest_version": 3, "icons": { "16": "img\/passlok-icon16inv.png", "48": "img\/passlok-icon48inv.png", "128": "img\/passlok-touch-icon128.png" }, "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' data:; connect-src 'self' data:; frame-src 'self' https:\/\/* http:\/\/*; style-src 'self'" }, "permissions": [ "storage", "activeTab", "scripting", "alarms", "contextMenus", "history" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/passlok-icon16inv.png", "48": "img\/passlok-icon48inv.png", "128": "img\/passlok-touch-icon128.png" }, "default_title": "PassLok Universal", "default_popup": "html\/popup.html" } }