mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"id": "browser",
|
|
"enabledByDefault": true,
|
|
"activation": {
|
|
"onConfigPaths": ["browser"]
|
|
},
|
|
"commandAliases": [{ "name": "browser" }],
|
|
"skills": ["./skills"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|