treequell The issue is that a PWA need to be installed as a dummy app (instead of a home screen shortcut), and Chromium forks (including Vanadium) don't provide a implementation for that
Chrome installs a dummy app for a PWA by asking Play store to do it (since it normally holds the INSTALL_PACKAGES
permission), But other apps can't ask Play store, so they need to do it themselves.