mirror of
https://github.com/Threnklyn/pebble-directions.git
synced 2026-05-18 12:53:27 +02:00
145 lines
3.4 KiB
JSON
145 lines
3.4 KiB
JSON
{
|
|
"name": "pebble-directions",
|
|
"author": "Dyedgreen",
|
|
"version": "1.9.0",
|
|
"keywords": [
|
|
"navigation",
|
|
"maps",
|
|
"directions"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"pebble-clay": "^1.0.1"
|
|
},
|
|
"pebble": {
|
|
"displayName": "Directions",
|
|
"uuid": "36f93ce6-8a6d-4518-989d-31a7b0458e37",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"targetPlatforms": [
|
|
"basalt",
|
|
"chalk",
|
|
"diorite"
|
|
],
|
|
"capabilities": [
|
|
"location",
|
|
"configurable"
|
|
],
|
|
"watchapp": {
|
|
"watchface": false,
|
|
"hiddenApp": false,
|
|
"onlyShownOnCommunication": false
|
|
},
|
|
"messageKeys": [
|
|
"SEARCH",
|
|
"SUCCESS",
|
|
"DISTANCE",
|
|
"TIME",
|
|
"INSTRUCTION_ICONS",
|
|
"INSTRUCTION_LIST",
|
|
"CURRENT"
|
|
],
|
|
"resources": {
|
|
"media": [
|
|
{
|
|
"file": "images/app.png",
|
|
"name": "ICON_APP",
|
|
"targetPlatforms": null,
|
|
"type": "bitmap",
|
|
"menuIcon": true
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|