I'm building a chrome app which requires a persistent and local database, which in this case can be either indexedDB or basic object storage. I have several questions before i begin developing the app:
- Is it possible to persist indexedDB data after un-installation of the chrome app and chrome browser?
- If the indexedDB file/data persist can i locate and view it?
- If I can locate but can't view it, is it possible to change the location of the indexedDB file?
- Can I store the indexedDB in a file located on desktop or any other custom location?