feedBack/plugins/highway_3d/plugin.json
2026-06-16 18:47:13 +02:00

13 lines
388 B
JSON

{
"id": "highway_3d",
"name": "3D Highway",
"version": "3.26.0",
"type": "visualization",
"bundled": true,
"script": "screen.js",
"styles": "assets/plugin.css",
"settings": { "html": "settings.html", "server_files": ["plugin_uploads/highway_3d/current.mp4", "plugin_uploads/highway_3d/current.webm"] },
"routes": "routes.py",
"tour": "tour.json"
}