{ "manifest_version": 3, "name": "爪爪 · 完全解放版", "version": "1.1.0", "description": "爪爪 · 完全解放版 — 开发者模式本地实验:把已登录浏览器当成可编程层(live-page action;run 内 sys)。不面向 CWS,不出售。", "icons": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" }, "permissions": [ "sidePanel", "activeTab", "tabs", "scripting", "storage", "alarms", "downloads", "offscreen", "tabGroups", "webNavigation", "userScripts", "debugger" ], "host_permissions": [ "" ], "commands": { "toggle-picker": { "suggested_key": { "default": "Alt+Shift+S", "mac": "Alt+Shift+S" }, "description": "开启/关闭 伸爪(页面点选)" }, "capture-screenshot": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "区域截图 → 剪贴板 + 对话附件" } }, "side_panel": { "default_path": "src/sidepanel.html" }, "background": { "service_worker": "src/background.js", "type": "module" }, "sandbox": { "pages": [ "src/sandbox/runtime.html" ] }, "content_scripts": [ { "matches": [ "" ], "js": [ "src/content_script.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "src/agent/vnext/sessionWorkspace/pickContext.js" ], "matches": [ "" ] } ], "action": { "default_title": "打开 爪爪 · 完全解放版", "default_icon": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; object-src 'self';" }, "minimum_chrome_version": "135" }