Consider I have:-
- PWA at
myapp.firebaseapp.comwith it's ownmanifest.json. - Admin for the PWA at
myapp.firebaseapp.com/admin
Is it possible to have another manifest.json for the admin URL to allow "Add to Home Screen" on the same PWA?
Consider I have:-
myapp.firebaseapp.com with it's own manifest.json.myapp.firebaseapp.com/adminIs it possible to have another manifest.json for the admin URL to allow "Add to Home Screen" on the same PWA?
Old questions, but I want to add to the conversation in case anyone else gets here via Googling - It's possible to remove the start_url completely from your manifest, and the default behavior should be to open your PWA to whatever page the user was on when he saved the app to the device home screen. This ended up being a better solution in my case, ymmv.