Add Chromium Control Canvas extension

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Andrea Griffiths
2026-06-12 20:29:30 -04:00
parent a34c98bfbf
commit fdab859484
7 changed files with 1436 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"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"
}
}