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": "KyberLock Universal", "short_name": "KyberLock", "description": "Quantum-proof encryption for any email, plus Passwords.", "version": "1.0.3", "manifest_version": 3, "icons": { "16": "img\/favicon.png", "48": "img\/icon-48.png", "128": "img\/icon-128.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' 'unsafe-inline'" }, "permissions": [ "storage", "activeTab", "scripting", "alarms", "contextMenus", "history" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/favicon.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "KyberLock Universal", "default_popup": "html\/popup.html" } }