Files
awesome-copilot/extensions/flight-map-canvas/.github/plugin/plugin.json
T
github-actions[bot] 7a4a7683f5 chore: publish from main
2026-07-30 03:33:24 +00:00

21 lines
589 B
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"
],
"logo": "assets/preview.png",
"extensions": "extensions"
}