Initial code commit

This commit is contained in:
2026-07-24 19:06:21 -04:00
parent 134e6fec4e
commit 9ad937b299
15 changed files with 288 additions and 2 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"name": "stoner-alarm",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": ["alarm"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "Stoner Alarm",
"uuid": "293cd38c-4e8c-46ae-a3dc-c789d7ce93ab",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"emery",
"gabbro"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
],
"resources": {
"media": [
{
"file": "leaf.png",
"memoryFormat": "Smallest",
"name": "LEAF",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "clock.png",
"memoryFormat": "Smallest",
"name": "CLOCK",
"spaceOptimization": "storage",
"type": "bitmap"
}
]
}
}
}