Up until recently, I had a standalone web app (e.g. Add to Homescreen) successfully authenticating users with Google's OAuth. Apparently they recently made changes and are not going to allow native web-views to initiate OAuth flows. This is problematic. Of course, I had an app set up in the developer console that was authorized to do this but in my futzing around I accidentally deleted it before realizing this change had happened.
How can I use Google OAuth within a standalone web app?