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": "TrustShield \u2013 Scam & Misinformation Guard",
"version": "1.1.0",
"description": "Voice-first scam & misinformation guard for adults. Local SCAB heuristics, big UI, scan text or page.",
"action": {
"default_popup": "popup.html",
"default_title": "TrustShield"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"optional_host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "bg.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}