I'm loading outlook plugin from a manifest file served through an URL.
The problem that I'm facing is that the plugin doesn't update immediately. Increasing the version in the manifest is not sufficient. I tried to compare client and server versions on plugin init and do a reload but this doesn't seem to produce the desired effect either.
So, Is there a reliable way to update the plugin after source changes? Could it be a cache of some sort that I need to invalidate?