11 lines
305 B
JSON
11 lines
305 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "remote-console",
|
|
"description": "Capability for the remote opencode.ai console page (hidden browser window)",
|
|
"windows": ["browser"],
|
|
"remote": {
|
|
"urls": ["https://opencode.ai"]
|
|
},
|
|
"permissions": ["core:event:default"]
|
|
}
|