2025-10-11 19:08:30 +05:00
|
|
|
{
|
|
|
|
|
"name": "toroface",
|
|
|
|
|
"author": "MakeAwesomeHappen",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"keywords": ["pebble-app"],
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {},
|
|
|
|
|
"pebble": {
|
|
|
|
|
"displayName": "toroface",
|
|
|
|
|
"uuid": "abf5b955-5d57-4067-8f3d-162d8871b4b8",
|
|
|
|
|
"sdkVersion": "3",
|
|
|
|
|
"enableMultiJS": true,
|
|
|
|
|
"targetPlatforms": [
|
|
|
|
|
"aplite",
|
|
|
|
|
"basalt",
|
|
|
|
|
"chalk",
|
|
|
|
|
"diorite",
|
|
|
|
|
"emery"
|
|
|
|
|
],
|
|
|
|
|
"watchapp": {
|
2025-10-11 19:40:53 +05:00
|
|
|
"watchface": true
|
2025-10-11 19:08:30 +05:00
|
|
|
},
|
|
|
|
|
"messageKeys": [
|
|
|
|
|
"dummy"
|
|
|
|
|
],
|
|
|
|
|
"resources": {
|
2025-10-12 01:03:49 +05:00
|
|
|
"media": [{
|
2025-10-12 20:14:31 +05:00
|
|
|
"type": "bitmap",
|
|
|
|
|
"name": "CHARACTER_EVEN",
|
|
|
|
|
"file": "character_even.png",
|
|
|
|
|
"memoryFormat": "Smallest",
|
|
|
|
|
"spaceOptimization": "memory"
|
|
|
|
|
}, {
|
|
|
|
|
"type": "bitmap",
|
|
|
|
|
"name": "CHARACTER_ODD",
|
|
|
|
|
"file": "character_odd.png",
|
|
|
|
|
"memoryFormat": "Smallest",
|
|
|
|
|
"spaceOptimization": "memory"
|
|
|
|
|
}, {
|
2025-10-12 01:03:49 +05:00
|
|
|
"type": "font",
|
2025-10-13 14:19:16 +05:00
|
|
|
"name": "CLOCK_FONT_40",
|
2025-10-12 01:03:49 +05:00
|
|
|
"file": "clock_font_big.ttf",
|
|
|
|
|
"characterRange": "[0-9]"
|
|
|
|
|
}, {
|
|
|
|
|
"type": "font",
|
2025-10-13 14:19:16 +05:00
|
|
|
"name": "CLOCK_FONT_28",
|
2025-10-12 01:03:49 +05:00
|
|
|
"file": "clock_font_small.ttf",
|
|
|
|
|
"characterRange": "[0-9]"
|
|
|
|
|
}]
|
2025-10-11 19:08:30 +05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|