mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 10:01:06 +00:00
3169734bc2
* Add Token Pac-Man canvas extension Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Address Token Pac-Man review feedback Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
28 lines
651 B
JSON
28 lines
651 B
JSON
{
|
|
"id": "token-pacman",
|
|
"name": "Token Pac-Man",
|
|
"description": "Visualizes live session AI-credit usage as a Pac-Man board with pellets, ghosts, fruit milestones, and game-over limits.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "James Montemagno",
|
|
"url": "https://github.com/jamesmontemagno"
|
|
},
|
|
"keywords": [
|
|
"ai-credits",
|
|
"copilot-canvas",
|
|
"interactive-canvas",
|
|
"pac-man",
|
|
"quota-tracking",
|
|
"session-usage"
|
|
],
|
|
"screenshots": {
|
|
"icon": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
},
|
|
"gallery": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
}
|
|
}
|
|
} |