I'm looking to download and store a handful of files (for offline usage) in my Chrome App (packaged, not hosted)
I understand there is a File storage API, but the documentation and sample app on GitHub are pretty poor.
Also, lots of stuff I have read about the HTML5 filesystem API only talks about temporary or persistent storage, yet Chrome Apps can use unlimited, again there is no discussion about this anywhere!
Can anyone point me in the right direction with regards to downloading the files (synchronously, i want them to download then afterwards the app will continue) and storing them (e.g. where to store, how etc) and then reading them back inside the app.
Thanks!