{ "manifest_version": 3, "name": "Web to PPT", "version": "2.0.0", "description": "Capture a webpage and export it as an editable PPTX presentation.", "permissions": ["activeTab", "scripting", "downloads", "storage"], "host_permissions": [""], "background": { "service_worker": "background.js" }, "action": { "default_title": "Web to PPT", "default_popup": "popup.html", "default_icon": { "16": "logo/plugin-logo.png", "32": "logo/plugin-logo.png", "48": "logo/plugin-logo.png", "128": "logo/plugin-logo.png" } }, "icons": { "16": "logo/plugin-logo.png", "32": "logo/plugin-logo.png", "48": "logo/plugin-logo.png", "128": "logo/plugin-logo.png" }, "web_accessible_resources": [ { "resources": ["capture.js", "runner.js", "lib-pptxgen.js", "convert-browser.js"], "matches": [""] } ] }