Persist only one property of the state - `enabledApps`. The persistence uses the default storage engine - `localStorage`. There are a couple of other options https://github.com/rt2zz/redux-persist#storage-engines, including `indexedDB`, but for our needs the default one should be good enough.
Depends on D4811