How to display graphics associated with watch app in the pebble phone app?

When I open the phone app and go to “my apps”, all of the firmware apps have a colorful graphic associated with them, my apps have nothing. Looking at the “faces” in the phone app shows what appears to be a screenshots for the firmware based faces, but my faces show nothing.

Presumably the graphics for both of these display options has to be defined in the package.json file, but I have been unable to find documentation for configuring the file to do what I would like to do.
any help is appreciated

Those graphics are uploaded to the store itself — the only graphic that’s stored in the app is the menu icon that gets displayed on the watch.

2 Likes

Well that’s a bummer. thank you.

All that means is that if you add them to store store, you’ll get to add the fancy graphics too :)

way too much effort… says the app dev who is trying to customize the firmware to be left-hander friendly. :slight_smile:

With the exception of my watchface and an implementation of Conway’s Game of Life, all of my apps are very specifically hardcoded to API endpoints on my home network. Lights On, Lights Off, Play Black Sabbath, set the morning alarm, etc, and are of little to no value to anyone else except as Open Source code examples.

Well, you can always add them as hidden apps. Sounds like it might not matter too much though