{ "manifest_version": 3, "name": "RADAI", "version": "2.0", "description": "Detect AI-generated images on webpages.", "permissions": [ "activeTab", "tabs", "scripting", "storage", "sidePanel" ], "host_permissions": [ "http://127.0.0.1:5000/*" ], "action": {}, "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [""], "js": ["content.js"] } ] }