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", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "short_name": "metacert-internet-security", "version": "5.0.2", "default_locale": "en", "background": { "service_worker": "js\/serviceWorker.js", "type": "module" }, "action": { "default_icon": "images\/black\/cryptonite-icon-128x128.png", "default_popup": "html\/popup\/popup.html", "default_title": "__MSG_button_openPopup_black__" }, "icons": { "16": "images\/logos\/metacert-logo-16x16.png", "48": "images\/logos\/metacert-logo-48x48.png", "128": "images\/logos\/metacert-logo-128x128.png" }, "content_scripts": [ { "css": [ "css\/cryptonite.css", "css\/cryptoniteGmail.css", "css\/widget.css" ], "js": [ "js\/lib\/jquery-3.4.1.min.js", "js\/lib\/i18n.js", "js\/lib\/jquery.i18n.js", "js\/contentScript.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "cookies", "storage", "alarms", "cookies" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "fonts\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }