{ "manifest_version": 3, "name": "AI Hardware Sourcing Assistant", "version": "1.0", "description": "Extract structured product data using Gemini AI.", "permissions": [ "sidePanel", "scripting", "storage", "activeTab" ], "host_permissions": [ "https://generativelanguage.googleapis.com/*", "" ], "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "Open Side Panel" } }