I have a small, relatively simple, single-user offline app that I had thought to build for a friend using a Chrome browser interface, javascript and an SQLite database. However, I see that the Gears API (including the Database API I was going to use) is now deprecated.
So what's best best way forward - what API should I be using instead? Is there one I can use that will make the app cross-browser? NB other languages, like C/C++ etc etc are not an option.
