{ "name": "pebble-directions", "author": "Dyedgreen", "version": "1.3.0", "keywords": ["navigation", "maps", "directions"], "private": true, "dependencies": {}, "pebble": { "displayName": "Directions", "uuid": "36f93ce6-8a6d-4518-989d-31a7b0458e37", "sdkVersion": "3", "enableMultiJS": true, "targetPlatforms": [ "basalt", "chalk" ], "capabilities": [ "location" ], "watchapp": { "watchface": false, "hiddenApp": false, "onlyShownOnCommunication": false }, "messageKeys": [ "SEARCH", "SUCCESS", "DISTANCE", "TIME", "INSTRUCTION_ICONS", "INSTRUCTIONS[20]" ], "resources": { "media": [ { "file": "images/car.png", "name": "ICON_CAR", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/bike.png", "name": "ICON_BIKE", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/train.png", "name": "ICON_TRAIN", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/walk.png", "name": "ICON_WALK", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/error_network.png", "name": "ICON_ERROR_NETWORK", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/error_api.png", "name": "ICON_ERROR_API", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/error_voice.png", "name": "ICON_ERROR_DICTATION", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/error_other.png", "name": "ICON_ERROR_OTHER", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_forward.png", "name": "ICON_STEP_FORWARD", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_left.png", "name": "ICON_STEP_LEFT", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_uleft.png", "name": "ICON_STEP_ULEFT", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_right.png", "name": "ICON_STEP_RIGHT", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_uright.png", "name": "ICON_STEP_URIGHT", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_attr.png", "name": "ICON_STEP_ATTR", "targetPlatforms": null, "type": "bitmap" }, { "file": "images/step_final.png", "name": "ICON_STEP_FINAL", "targetPlatforms": null, "type": "bitmap" } ] } } }