mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-18 05:31:27 +00:00
chore: publish from staged
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "chromium-control-canvas",
|
||||
"name": "Chromium Control Canvas",
|
||||
"description": "Opens a real Chromium window you can navigate and interact with from a Copilot canvas control panel and agent actions.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"browser-control",
|
||||
"chromium-browser",
|
||||
"interactive-canvas",
|
||||
"playwright-automation",
|
||||
"screenshots",
|
||||
"ui-testing",
|
||||
"web-navigation"
|
||||
],
|
||||
"screenshots": {
|
||||
"icon": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
"gallery": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -561,7 +561,7 @@ const session = await joinSession({
|
||||
id: "chromium-control-canvas",
|
||||
displayName: "Chromium Control Canvas",
|
||||
description:
|
||||
"Control canvas for a real headful Chromium window driven by Playwright.",
|
||||
"Opens a real Chromium window you can navigate and interact with from a Copilot canvas control panel and agent actions.",
|
||||
inputSchema: {
|
||||
type: "object",
|
||||
properties: {
|
||||
|
||||
@@ -1,14 +1,22 @@
|
||||
{
|
||||
"name": "chromium-control-canvas",
|
||||
"version": "1.0.0",
|
||||
"description": "GitHub Copilot canvas that drives a real headful Chromium window via Playwright.",
|
||||
"main": "extension.mjs",
|
||||
"keywords": [],
|
||||
"author": "Andrea Griffiths",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@github/copilot-sdk": "latest",
|
||||
"playwright": "^1.60.0"
|
||||
}
|
||||
},
|
||||
"description": "Opens a real Chromium window you can navigate and interact with from a Copilot canvas control panel and agent actions.",
|
||||
"keywords": [
|
||||
"chromium-browser",
|
||||
"playwright-automation",
|
||||
"browser-control",
|
||||
"interactive-canvas",
|
||||
"web-navigation",
|
||||
"screenshots",
|
||||
"ui-testing"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user