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

> when you launch the app Chrome will fetch the manifest, parse it, and compare its data to the data we have baked into the app. If things differ, an update is requested
@dominickng I'm afraid it does not work or please give me more details about the update process. I tried with a static name `manifest.json` and with a dynamic one `manifest.[hash].json` and Chrome does not update the manifest, never.
I opened an issue with a screencast example (even if it's not really an issue if there is no spec...) https://bugs.chromium.org/p/chromium/issues/detail?id=806518#c4

I expect a caching strategy similar to others static files. If the manifest href has changed, get & apply the new manifest, if not get the manifest from the cache

-- 
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-361632799

Received on Tuesday, 30 January 2018 15:40:26 UTC