{ "manifest_version": 3, "name": "Demo Platform Capture", "version": "0.1.0", "description": "Capture click-through product demos. Screenshot mode (v0); DOM mode coming in v1.", "permissions": ["activeTab", "tabs", "storage", "scripting"], "host_permissions": [""], "action": { "default_popup": "popup.html", "default_title": "Demo Capture" }, "background": { "service_worker": "background.js" }, "icons": {} }