You can't have duplicate keys in JSON so that could cause an issue. Looks like maybe the app loader needs updating to allow you to have more than one dependency?
Also, when it is allowed, you probably just want {"widpedom":"app"} - although it is a widget, the app loader may not care - 'app' will just mean it's looking for something with that app ID.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You can't have duplicate keys in JSON so that could cause an issue. Looks like maybe the app loader needs updating to allow you to have more than one dependency?
Also, when it is allowed, you probably just want
{"widpedom":"app"}
- although it is a widget, the app loader may not care - 'app' will just mean it's looking for something with that app ID.