SSR + PWA with dynamic manifest.json
-
Hi
I already develop a web SSR and PWA using quasar, and it works. But i have a problem when i want to develop to many client with same source code.
I need custom application name and icon inside manifest based on each domain.I just thinking to render manifest in server side, but when i trying to remove “manifest” inside quasar.conf.js, but it said “PWA manifest in quasar.conf.js > pwa > manifest is missing “icons” prop.”
Please advice what should i do? or please give me a example to custom manifest.json
Thanks -
Hi!
I have a similar case.
Is there any solution?Need to disable generation of native quasar manifest. But leave GenerateSW mode and generation of serviceworker.
-
Hey there!
My app is theme-able and the goal is to deploy multiple pwa with different icons so I’m interested in this functionality too,
If someone could provide some feedback on this, I would be grateful.
Thanks