mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 08:58:03 +00:00
16 lines
441 B
JSON
16 lines
441 B
JSON
{
|
||
"name": "browser",
|
||
"name_zh": "浏览器",
|
||
"name_en": "Browser",
|
||
"version": "2.0.0",
|
||
"description": "统一浏览器插件:搜索、HTTP抓取(quick)、无头渲染(normal)、交互式浏览器(interactive/CDP)",
|
||
"author": "HomeAgent",
|
||
"entry": "plugin.so",
|
||
"tags": ["web", "search", "fetch", "browser", "cdp"],
|
||
"targets": "linux/amd64",
|
||
"outdir": "dist",
|
||
"bundle": true,
|
||
"replaces": {},
|
||
"source_dirs": []
|
||
}
|