Re: [w3c/manifest] Support a way to update explicitly (#446)

> Hi, my use case also needs some way to dynamically specify a web manifest url. I've seen people using this method https://medium.com/@alshakero/how-to-setup-your-web-app-manifest-dynamically-using-javascript-f7fbee899a61 but reading the spec it should not work, so I prefer not to trust it. I was expecting to be able to do what I am already doing with favicons, which is inserting a `<link>` element dinamically, and every browser seems to update the favicon as expected. Is there some way to do this right now?

@adrm Do you need to do it post-render? Could you do it server-side? What’s the use case? More details would help with a recommendation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/446#issuecomment-498863112

Received on Tuesday, 4 June 2019 22:14:31 UTC