Blame container.yaml

086a5d8
compose:
086a5d8
    modules:
086a5d8
    - firefox:master
086a5d8
flatpak:
086a5d8
    id: org.mozilla.Firefox
086a5d8
    branch: stable
086a5d8
    command: firefox
086a5d8
    rename-appdata-file: firefox.appdata.xml
086a5d8
    rename-desktop-file: firefox.desktop
086a5d8
    rename-icon: firefox
086a5d8
    finish-args: |-
086a5d8
        --share=ipc
086a5d8
        --socket=x11
60b6061
        --socket=wayland
086a5d8
        --device=dri
086a5d8
        --share=network
086a5d8
        --socket=pulseaudio
086a5d8
        --filesystem=~/.cache/firefox:create
086a5d8
        --filesystem=~/.mozilla:create
086a5d8
        --filesystem=home:ro
086a5d8
        --filesystem=xdg-download:rw
086a5d8
        --filesystem=xdg-run/dconf
086a5d8
        --filesystem=~/.config/dconf:ro
086a5d8
        --talk-name=ca.desrt.dconf
086a5d8
        --env=DCONF_USER_CONFIG_DIR=.config/dconf
086a5d8
        --talk-name=org.a11y.*
086a5d8
        --talk-name=org.freedesktop.Notifications