Is there a way to safely store login information inside a Chrome App, I think all database including IndexedDB and Sync storage is insecure?
I want to be able to provide an option where the user keys in the API key when the user first installs the app and then after just start without asking the API key at all.