To create the icon for the Play Store, I first read the [official documentation on Google Play Store icons](https://developer.android.com/google-play/resources/icon-design-specifications) and try to follow it the best I can.
These are the steps I took to create the PNG file for the Google Play Store:
1. Open the PrivateStorage SVG logo (from `../obelisk/static/PrivateStorage_Logo.svg`) in Inkscape,
- Choose "Page" as "Export area" (it's the default)
- Set the Image size to 512x512 pixels
- Click "Export" or "Export As..."
6. (Optional, but wholesome) Run `pngcrush` on the file to compress it further. (Command line to overwrite original file: `pngcrush -ow private-storage-play-store-icon.png`)