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": "Trulith \u2013 AI Image Detector and Verification Tool",
"version": "2.0",
"description": "Right-click any image or video to check if it's AI-generated using Trulith's detector.",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/trulith-ai-backend.onrender.com\/*"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"action": {
"default_title": "Trulith \u2013 AI Media Detector",
"default_icon": {
"16": "asset-logos\/trulith_logo_16.png",
"32": "asset-logos\/trulith_logo_32.png",
"48": "asset-logos\/trulith_logo_48.png",
"128": "asset-logos\/trulith_logo_128.png"
}
},
"icons": {
"16": "asset-logos\/trulith_logo_16.png",
"32": "asset-logos\/trulith_logo_32.png",
"48": "asset-logos\/trulith_logo_48.png",
"128": "asset-logos\/trulith_logo_128.png"
},
"web_accessible_resources": [
{
"resources": [
"tab.html",
"styles.css",
"tab.js",
"asset-logos\/*"
],
"matches": [
"<all_urls>"
]
}
]
}