{ "name": "metronommle", "author": "Reiner Herrmann", "version": "0.1.0", "keywords": ["pebble-app"], "private": true, "dependencies": {}, "pebble": { "displayName": "Metronommle", "uuid": "e50eb510-a9eb-4d30-94f6-cbec496ded0b", "sdkVersion": "3", "enableMultiJS": false, "targetPlatforms": [ "emery" ], "watchapp": { "watchface": false }, "messageKeys": [], "resources": { "media": [ { "type": "png", "name": "LEFT_ARROWS", "file": "images/left_arrows.png" }, { "type": "png", "name": "RIGHT_ARROWS", "file": "images/right_arrows.png" }, { "type": "png", "name": "PLUS", "file": "images/plus.png" }, { "type": "png", "name": "MINUS", "file": "images/minus.png" }, { "type": "png", "name": "THREE_DOTS", "file": "images/three_dots.png" }, { "type": "png", "name": "PAUSE", "file": "images/pause.png" }, { "type": "png", "name": "PLAY", "file": "images/play.png" } ] } } }