PWAbuilder and uploading /well-known/assetlinks.json

Hey all,

I am going through PWAbuilder to package my app for the Android Store, and one of the steps involved is to upload an assetlinks.json file to your server hosting the app at:

https://<URL to your PWA>/.well-known/assetlinks.json

This proves ownership of the app to the Android Store. However when we upload files to the server via the gui, the app normally puts all asset files first into “/_theme/” or something like this. Is there any way around this?

There’s a thread that talks about putting files into that area: PWA asset links API - #2