I started with a request at the chromium project and they rightfully pointed me here.
Could we get another StorageArea similar to storage.session that persists during extension update/reload? Currently, when an extension updates (or otherwise reloads), storage.session clears.
My usage: we manage some authentication state in storage.session. When the extension updates/reloads, we lose that state. We'd prefer to not do it in local storage; we want memory to clear on browser close.
Spitball proposal: storage.browserSession