{ "app-id": "org.gnome.Extensions.Devel", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "gnome-extensions-app", "tags": ["nightly"], "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--talk-name=org.gnome.SessionManager", "--talk-name=org.gnome.Shell.Extensions" ], "build-options": { "cflags": "-O2 -g" }, "modules": [ { "name": "gnome-extensions-app", "buildsystem": "meson", "builddir": true, "subdir": "subprojects/extensions-app", "config-opts": ["-Dprofile=development"], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/gnome-shell.git" }, { "type": "shell", "commands": [ "subprojects/extensions-app/generate-translations.sh" ] } ] } ] }