My extension is not in the gallery so I use the update_url property to update from my server. I have noticed that when users upgrade, they have half the new version and half the old one. I think this is b/c some pages are cached by the browser. A clearing of the cache or restart of Chrome usually fixes this. Obviously this is not ideal - the whole point of Chrome extensions is that the user doesn't need to restart.
Would putting cache meta tags on my extension help? Here is what I am thinking about adding -
<meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
Are there any other tags I should use?
thanks,
Dan
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to
chromium-...@chromium.org.
To unsubscribe from this group, send email to
chromium-extens...@chromium.org.
For more options, visit this group at
http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.