Files
pebble-directions/package.json
T
dyedgreen ba0cbd5e63 final 1.0
* added a final icon
* changed the icons taken from material design to pebble seeding lang
icons
2016-06-25 20:45:22 +02:00

123 lines
2.9 KiB
JSON

{
"name": "pebble-directions",
"author": "Dyedgreen",
"version": "1.0.0",
"keywords": ["pebble-app"],
"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_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"
}
]
}
}
}