chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-16 23:21:20 +00:00
parent ce41daf445
commit dcfd24aba7
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"
}
}