mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-07 18:03:02 +00:00
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "flight-map-canvas",
|
|
"description": "A GitHub Copilot canvas that generates a view where Google Maps can be explored using 3D controls, as if a flight simulator. Agents can send the flight anywhere and report what they are working on.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "John Haugabook",
|
|
"url": "https://github.com/jhauga"
|
|
},
|
|
"keywords": [
|
|
"copilot-canvas",
|
|
"flight-simulator",
|
|
"geography",
|
|
"google-maps",
|
|
"interactive-canvas",
|
|
"session-breaks",
|
|
"threejs"
|
|
],
|
|
"extensions": {
|
|
"com.github.copilot": {
|
|
"logo": "assets/preview.png"
|
|
}
|
|
}
|
|
}
|