Scope PWA manifest to app's own path instead of origin root

Every installed PWA claimed scope "/", so Android link-capturing routed
navigation for any app on the shared origin into whichever PWA had it.
This commit is contained in:
jtricerolph 2026-07-29 13:47:05 +00:00
parent 1309ab5719
commit cbabda81d5

View file

@ -12,7 +12,7 @@ export default defineConfig({
name: 'Cash Up',
short_name: 'Cash Up',
start_url: '/cashup/',
scope: '/',
scope: '/cashup/',
display: 'standalone',
theme_color: '#6b2d8b',
background_color: '#6b2d8b',