Did some more changes to the WhereAreGames PWA and learned some new Web API's. Had a chance to try out the Web Share Target API and File Handler API. The Share Target API, was a bit tough to get going, as it requires the Service Worker to capture the request and save it. Then you have your app to check the Service Worker to see if there was a request and have it send it back. There are a lot of moving parts that seems over complicated. Given the complexity of the Share Target API, the File Handler API it much simpler and more direct.