{ "app-id": "dev.heppen.webapps", "runtime": "org.freedesktop.Platform", "runtime-version": "24.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "base": "com.system76.Cosmic.BaseApp", "base-version": "stable", "command": "quick-webapps", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--share=network", "--filesystem=host-os:ro", "--filesystem=/var/lib/flatpak:ro", "--filesystem=xdg-data/flatpak:ro", "--filesystem=xdg-data/applications:create", "--filesystem=xdg-data/icons", "--filesystem=xdg-config/cosmic", "--talk-name=com.system76.CosmicSettingsDaemon" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin" }, "modules": [ { "name": "quick-webapps", "buildsystem": "simple", "build-options": { "env": { "CARGO_HOME": "/run/build/quick-webapps/cargo" } }, "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "just flatpak-install" ], "sources": [ { "type": "dir", "path": "." }, "cargo-sources.json" ] } ] }