(I'm using Nuxt 3.0.0-rc.13 and @kevinmarrec/nuxt-pwa 0.9.1, but I think my question is generic to any PWA.)
On my Android tablet, I go to the website with my PWA in Chrome and it asks me if I want to install it on my home screen. I touch that and it installs and works properly.
However, the name of the app matches the name in my package.json
file, which is lower case and has hyphens instead of spaces. Can I change that name to be more friendly? That is the name that appears in the prompt for the user and also appears under the icon on the user's home screen.
Bonus question:
I'd love to be able set that name programmatically, too. I will eventually have the same app set up in multiple domains with the only difference being the data that is displayed. I'd like to be able to name the app differently for each of those instances.