{ "manifest_version": 3, "name": "InsightFlow Clipper", "version": "1.0.0", "description": "一键将网页内容导入 InsightFlow 知识库", "permissions": [ "activeTab", "storage", "contextMenus", "scripting" ], "host_permissions": [ "http://*/*", "https://*/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [""], "js": ["content.js"], "css": ["content.css"] } ], "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "options_page": "options.html" }