I'm developing small game using c++ and OpenGL. I would like to post it also in Chrome Web Store.
I've seen that a lot of apps are just redirection to specific url. I can use Java Applet and JNI to launch it in chrome, but that would be only waste of memory.
