Give Each PWA a Sub Domain

This is just a note for a future me.

If you write a Progressive Web Application (PWA) always put it on it's own sub-domain. You can install multiple PWA's from one domain, but all the settings are per-site (so per-domain) not per-app. This means you can delete all your local data from all your apps when you're just trying to troubleshoot one of them.