Generate manifest.json in quasar App with Cli
-
I would like to know if there is any way to generate manifest.json dynamically depending on the url.
I thank you for your help. -
Here’s an article how to change manifest.json dynamically:
Then you could use vue routers navigation guards to execute the code that change the manifest.json when the url changes.
https://router.vuejs.org/guide/advanced/navigation-guards.html