Inspect and view changes in The Fact Checker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "The Fact Checker",
"version": "1.1.53.0",
"description": "It's like Community Notes for the whole web! Protect against misinformation, disinformation, and scams with The Fact Checker.",
"permissions": [
"storage",
"<all_urls>",
"scripting",
"activeTab",
"contextMenus"
],
"action": {
"default_icon": "Graphics/icon64.png"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src https://www.aap.com.au/ https://www.abc.net.au/news/factcheck https://apnews.com/ https://factcheck.afp.com/ https://www.factcheck.org https://factcheckhub.com/ https://factcheckni.org/ https://fullfact.org/ https://healthfeedback.org/ https://www.newsweek.com/ https://www.politifact.com/ https://www.reuters.com/ https://www.snopes.com https://www.usatoday.com/ https://www.washingtonpost.com/ https://fakehistoryhunter.net/ https://bbc.com/ https://leadstories.com/ https://science.feedback.org/ https://verifythis.com/ https://checkyourfact.com/ https://quoteinvestigator.com/"
},
"host_permissions": [
"http://*/*",
"https://*/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"phrasesCatalogue.js",
"popupFunctions.js",
"achievements.js",
"tesseract.min.js",
"fuse.min.js",
"content-script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"popup.html",
"latest.html",
"welcome.html",
"FAQ/FAQ.html",
"SecurityPolicy.html",
"figures.html",
"Graphics/icon64.png",
"Graphics/*",
"Sounds/notification-sound-1.mp3",
"Sounds/notification-sound-2.mp3",
"Sounds/notification-sound-3.mp3",
"Sounds/achievement-pop.mp3",
"FactChecks/*/*",
"timerWorker.js",
"tesseract.min.js",
"mixpanel.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"64": "Graphics/icon64.png",
"128": "Graphics/icon128.png"
}
}