mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 17:11:46 +00:00
refactor: switch browser ownership to bundled plugin
This commit is contained in:
@@ -298,6 +298,29 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "browser",
|
||||
idHint: "browser-plugin",
|
||||
source: {
|
||||
source: "./index.ts",
|
||||
built: "index.js",
|
||||
},
|
||||
packageName: "@openclaw/browser-plugin",
|
||||
packageVersion: "2026.3.25",
|
||||
packageDescription: "OpenClaw browser tool plugin",
|
||||
packageManifest: {
|
||||
extensions: ["./index.ts"],
|
||||
},
|
||||
manifest: {
|
||||
id: "browser",
|
||||
configSchema: {
|
||||
type: "object",
|
||||
additionalProperties: false,
|
||||
properties: {},
|
||||
},
|
||||
enabledByDefault: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "byteplus",
|
||||
idHint: "byteplus",
|
||||
|
||||
Reference in New Issue
Block a user