mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |