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": "SecurityScorecard Security Ratings", "version": "0.3.0", "description": "Show the security rating of websites you visit from the most trusted name in security ratings.", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "libs\/psl.min.js", "main.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png" }, "web_accessible_resources": [ { "resources": [ "main.js", "fonts\/*", "img\/*" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ], "action": { "default_icon": "img\/favicon.png", "default_title": "SecurityScorecard", "default_popup": "popup.html" } }