local storage is very limited in PWA mode, in extension this is not an issue as we request unlimited storage. But for PWA mode, it fails quickly on large wallets. Handle this scenario by showing error dialog: https://stackoverflow.com/a/3027249 Wallet history, etc. must be stored in IndexedDB and not local storage, the task for this is #37