Files
Civic-Segments/package.json
T
2026-07-05 12:01:31 -04:00

247 lines
7.9 KiB
JSON

{
"name": "civic-segments",
"author": "RandyTheSilly",
"version": "1.0.1",
"keywords": [
"honda",
"civic",
"segment",
"display",
"led",
"speedometer",
"car",
"replica"
],
"private": true,
"dependencies": {
"@rebble/clay": "^1.0.10"
},
"pebble": {
"displayName": "Civic Segments",
"uuid": "162d2a72-f509-4cc6-a570-e28031ff4602",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"emery"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"PKJS_READY",
"PKJS_TEMP_BAR_COUNT",
"CLAY_ENABLE_PEEK",
"CLAY_SHOW_DIGITS_MG",
"CLAY_TRACK_BT_STATUS",
"CLAY_DATE_TIMEOUT_SECS",
"CLAY_LOW_FUEL_PERCENT",
"CLAY_USE_CUSTOM_LED",
"CLAY_COLOR_LED",
"CLAY_COLOR_BG",
"CLAY_COLOR_BAR_MG",
"CLAY_COLOR_BAR_FILL",
"CLAY_COLOR_BAR_COOL",
"CLAY_COLOR_BAR_HOT",
"CLAY_COLOR_DIGITS_MG",
"CLAY_COLOR_LETTERS",
"CLAY_COLOR_HOURS",
"CLAY_COLOR_MINUTES",
"CLAY_COLOR_WARNING"
],
"resources": {
"media": [
{
"file": "menu_icon.png",
"memoryFormat": "Smallest",
"name": "MENU_ICON",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true
},
{
"file": "E.png",
"memoryFormat": "Smallest",
"name": "E",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "F.png",
"memoryFormat": "Smallest",
"name": "F",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "C.png",
"memoryFormat": "Smallest",
"name": "C",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "H.png",
"memoryFormat": "Smallest",
"name": "H",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "0.png",
"memoryFormat": "Smallest",
"name": "0",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "1.png",
"memoryFormat": "Smallest",
"name": "1",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "2.png",
"memoryFormat": "Smallest",
"name": "2",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "3.png",
"memoryFormat": "Smallest",
"name": "3",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "4.png",
"memoryFormat": "Smallest",
"name": "4",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "5.png",
"memoryFormat": "Smallest",
"name": "5",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "6.png",
"memoryFormat": "Smallest",
"name": "6",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "7.png",
"memoryFormat": "Smallest",
"name": "7",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "8.png",
"memoryFormat": "Smallest",
"name": "8",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "9.png",
"memoryFormat": "Smallest",
"name": "9",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "super8.png",
"memoryFormat": "Smallest",
"name": "SUPER8",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "0_m.png",
"memoryFormat": "Smallest",
"name": "0_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "1_m.png",
"memoryFormat": "Smallest",
"name": "1_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "2_m.png",
"memoryFormat": "Smallest",
"name": "2_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "3_m.png",
"memoryFormat": "Smallest",
"name": "3_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "4_m.png",
"memoryFormat": "Smallest",
"name": "4_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "5_m.png",
"memoryFormat": "Smallest",
"name": "5_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "6_m.png",
"memoryFormat": "Smallest",
"name": "6_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "7_m.png",
"memoryFormat": "Smallest",
"name": "7_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "8_m.png",
"memoryFormat": "Smallest",
"name": "8_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "9_m.png",
"memoryFormat": "Smallest",
"name": "9_M",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "super8_m.png",
"memoryFormat": "Smallest",
"name": "SUPER8_M",
"spaceOptimization": "storage",
"type": "bitmap"
}
]
}
}
}