I am working on Node.js and PWA. The starting url of my project contains params e.g localhost:3000/:name, where name is a variable which user gives while running the app. Now the problem is, setting start_url in manifest. How to set the start_url in manifest.json file?
Thanks for looking!