This could be "code golfed" into even smaller app. Ditch all third party resources: jquery (use vanilla js), stripe (why?), fontawesome (just use some inline svg symbols), tachyons (you could probably write few custom CSS rules yourself and throw in some minimalistic styling too). Not sure about usefulness of service workers, as youtube app won't work offline.
Yeah, you kind of got me there. I re-use the same template for all of my sites. Those must've missed my trimming. I'll remove them tonight.
Thanks!