1\. Icons: In the root of the app, add an icon that is 100x100 in size called `icon.png`. It must be png format. You can use image magick (installed on Oakley login nodes) to convert the image to the desired format (i.e. `convert my.jpg icon.png`).
App without an icon:
Example of an app without an icon:
* 
App with an icon:
Example of an app with an icon:
* 
2\. Categories: in the manifest, if you specify `category: My Category` the app will display in a section grouped with other apps that specify the same category.
No category specified:
Here is the Active Jobs app with no category specified:
*TODO
*
Shared with category specified to "OSC":
Here I changed the category in the manifest to OSC (`category: OSC`):