mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-18 21:51:27 +00:00
2f9d85eef8
* Add Agent Arcade canvas extension Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Refine Agent Arcade canvas behavior Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Agent Arcade canvas credits Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Agent Arcade canvas catalog anchor Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Ignoring the minified file * Configure codespell to skip minified Phaser file Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"id": "agent-arcade-canvas",
|
|
"name": "Agent Arcade",
|
|
"description": "Play five retro Phaser mini-games in a Copilot canvas while agents work.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"arcade-games",
|
|
"copilot-canvas",
|
|
"interactive-canvas",
|
|
"phaser",
|
|
"retro-games",
|
|
"session-breaks"
|
|
],
|
|
"screenshots": {
|
|
"icon": {
|
|
"path": "assets/icon.png",
|
|
"type": "image/png"
|
|
},
|
|
"gallery": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
}
|
|
}
|
|
} |