{ "app-id": "com.example.first_application", "runtime": "org.gnome.Platform", "runtime-version": "3.30", "sdk": "org.gnome.Sdk", "command": "your-first-application", "finish-args": [ "--socket=wayland" ], "modules": [ { "name": "first_application", "buildsystem": "meson", "builddir": true, "sources": [ { "type": "dir", "path": "." } ] } ] }