Pinnwand

Firefox Progressive Web Apps - Installation

Die Installation der PWA-Erweiterung auf ubuntu finde ich etwas unübersichtlich. Deshalb diese Notiz an meiner Pinnwand.

Im Terminal

Vorbereitung für FirefoxPWA-Connector-Installation

Im Firefox

Add-on installieren:

Im Terminal

Connector installieren:

sudo apt install firefoxpwa

Im Firefox

Fehlermeldung:

[Error: An unexpected error occurred]

Im Terminal

Berechtigung für WebExtention setzen:

Im Firefox

Im Terminal

Berechtigung für firefox-pwa einstellen:

# This profile allows everything and only exists to give the

# application a name instead of having the label "unconfined"



abi <abi/4.0>,

include <tunables/global>

profile firefox-pwa

/home/my-user-name/.local/share/firefoxpwa/runtime/{firefox,firefox-bin,updater}



flags=(unconfined) {

    userns, 

    # Site-specific additions and overrides. See local/README for details. 

    include if exists <local/firefox> 

}

Im Friefox

Nun können Webseiten als PWA installiert werden.

Auf Erweiterungen-Icon klicken -> PWA-Erweiterung aufrufen -> Reiter [Apps] -> [Install current site]