Add Canvas Extensions website page (#1900)

Generate extensions data, add the extensions listing route/navigation, and include install URL copy actions pinned to the build commit SHA.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-06-02 11:17:56 -07:00
committed by GitHub
parent 8c10dfb7df
commit 36cdc52037
27 changed files with 6617 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "color-orb",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"dependencies": {
"@github/copilot-sdk": "latest"
}
}