Create a manifest.json file
Summary
Manifest.json files are a part of the Web App standard which Android uses to add websites to the home screen as standalone apps and to display the icon properly. This should be added because currently the website does not properly show the icon when the user is looking at all the open applications on android.
Helpful Links
Example of error and how it should be (What's Open has a manifest so it shows the icon): https://photos.app.goo.gl/Br1p5JwzVsMuCt1fA
Web App Manifest docs: https://developer.mozilla.org/en-US/docs/Web/Manifest
Steps to solve:
- Create a manifest file
- Add to the index.html
- Create a Webpack loader for json files
- Import the json file at the top of index.js so it is included in the bundling process
- Test to make sure it works (if you don't have an Android phone just ask and someone can test it for you)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information