plugin.json (258B)
1 { 2 "id": "godot", 3 "name": "Godot Panel", 4 "version": "0.1.0", 5 "description": "Embeds a Godot HTML5 export in a sandboxed panel with basic host lifecycle messaging.", 6 "entryClient": "client.js", 7 "entryServer": "server.js", 8 "permissions": ["ui"] 9 }