{
    "id" : "com.mattjakeman.ExtensionManager",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "48",
    "sdk" : "org.gnome.Sdk",
    "command" : "extension-manager",
    "finish-args" : [
        "--share=network",
        "--share=ipc",
        "--socket=fallback-x11",
        "--device=dri",
        "--socket=wayland",
        "--talk-name=org.gnome.Shell.Extensions",
        "--talk-name=org.gnome.SessionManager"
    ],
    "cleanup" : [
        "/include",
        "/lib/pkgconfig",
        "/man",
        "/share/doc",
        "/share/gtk-doc",
        "/share/man",
        "/share/pkgconfig",
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name" : "blueprint-compiler",
            "builddir" : true,
            "buildsystem" : "meson",
            "cleanup" : [
                "*"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
                    "commit" : "04ef0944db56ab01307a29aaa7303df6067cb3c0",
                    "tag" : "v0.16.0"
                }
            ]
        },
        {
            "name" : "libbacktrace",
            "builddir" : true,
            "buildsystem" : "autotools",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://github.com/ianlancetaylor/libbacktrace.git",
                    "commit" : "78af4ffa26e15532847c1ba854ece7b3bacc6b1a"
                }
            ]
        },
        {
            "name" : "extension-manager",
            "builddir" : true,
            "buildsystem" : "meson",
            "build-options" : {
                "no-debuginfo" : true
            },
            "config-opts" : [
                "-Ddevelopment=false",
                "-Dpackage=Flatpak",
                "-Ddistributor=mjakeman",
                "-Dofficial=true"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://github.com/mjakeman/extension-manager",
                    "commit" : "b680e30c659a8c7c04533b01f7b4e3154504cffa",
                    "tag" : "v0.6.2"
                }
            ]
        }
    ]
}