Files
REcounter/package.json

79 lines
2.3 KiB
JSON

{
"name": "recounter",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"counter",
"touch",
"simple"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "REcounter",
"uuid": "44fcf599-ed1b-4261-b818-d59471db9a18",
"sdkVersion": "3",
"enableMultiJS": false,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"flint",
"emery",
"gabbro"
],
"watchapp": {
"watchface": false
},
"messageKeys": [],
"resources": {
"media": [
{
"file": "action_icon_minus.png",
"memoryFormat": "Smallest",
"name": "MINUS",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "action_icon_plus.png",
"memoryFormat": "Smallest",
"name": "PLUS",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "reset.png",
"memoryFormat": "Smallest",
"name": "RESET",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "patch_bottom.png",
"memoryFormat": "Smallest",
"name": "PATCH_BOTTOM",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "patch_top.png",
"memoryFormat": "Smallest",
"name": "PATCH_TOP",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "icon.png",
"memoryFormat": "Smallest",
"name": "ICON",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true
}
]
}
}
}