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", "short_name": "NewsGuard", "author": "NewsGuard", "name": "NewsGuard", "description": "NewsGuard's rating shields and labels help users know which news and information websites to trust.", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "NewsGuard" }, "version": "5.8", "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", "nativeMessaging" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "\/static\/js\/background.bundle.newsguard.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/static\/js\/content.bundle.newsguard.js" ] } ] }