From 767f0d827ba2b48e69eda871369f655c5059afc7 Mon Sep 17 00:00:00 2001 From: "Glen K. Peterson" Date: Mon, 30 Jan 2023 09:27:08 -0500 Subject: [PATCH] Enabled PWAs Added necessary filesystem access for installing Progressive Web Apps. I got a warning when accessing various google services (like Google Docs) about how I needed to allow this access in order to install the PWA. I did. It worked. Thought I'd contribute that upstream. Thanks for this flatpak - love it! --- com.google.Chrome.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.google.Chrome.yaml b/com.google.Chrome.yaml index 29bcf7a..9aad072 100644 --- a/com.google.Chrome.yaml +++ b/com.google.Chrome.yaml @@ -46,6 +46,9 @@ finish-args: - --env=GSETTINGS_BACKEND=dconf # For KDE proxy resolution (KDE5 only) - --filesystem=~/.config/kioslaverc + # To allow installing Progressive Web Apps (PWAs) + - --filesystem=~/.local/share/applications + - --filesystem=~/.local/share/icons modules: - name: dconf buildsystem: meson