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", "applications": { "gecko": { "id": "[email protected]" } }, "short_name": "HealthGuard", "author": "NewsGuard", "name": "HealthGuard", "description": "HealthGuard's ratings help users know which health news and medical information websites to trust.", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "HealthGuard" }, "version": "5.6.5", "icons": { "16": ".\/assets\/icons\/png\/NewsGuard_Shield_16.png", "48": ".\/assets\/icons\/png\/NewsGuard_Shield_48.png", "128": ".\/assets\/icons\/png\/NewsGuard_Shield_128.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "\/static\/js\/background.bundle.healthguard.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/static\/js\/content.bundle.healthguard.js" ] } ] }