mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-16 12:46:33 +00:00
6fac8dfb5f
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|