PWA - Meteor 1.9

Hi!
My environment:
meteor 1.9

I made PWA my meteor project. And when you add the app to your home screen, it opens on main route. For example: mymeteorpwa.com but I’d like to know how can it opens on a specific route, For example: mymeteorpwa.com/controller?type=arrow (however, it can be mymeteorpwa.com/controller?type=face I mean, the type could be dynamic)

Please, do you have any idea?

Thanks!

1 Like

Take a look here:

What you are looking for is the start_url property of the manifest.

2 Likes