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", "manifest_version": 3, "name": "FactCheck+ - AI-Powered Claim Verification", "version": "1.0", "description": "Fact-check claims, URLs, and text instantly using Google Fact Check Tools API. Supports multiple languages.", "permissions": [ "contextMenus", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/factchecktools.googleapis.com\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }