Drastic rebranding... lol
This commit is contained in:
+15
-7
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "stoner-alarm",
|
||||
"name": "trigalarm",
|
||||
"author": "RandyTheSilly",
|
||||
"version": "1.0.0",
|
||||
"keywords": ["alarm"],
|
||||
"keywords": ["alarm", "math", "trigonometry", "trig", "triangle"],
|
||||
"private": true,
|
||||
"dependencies": {},
|
||||
"pebble": {
|
||||
"displayName": "Stoner Alarm",
|
||||
"displayName": "Trigalarm",
|
||||
"uuid": "293cd38c-4e8c-46ae-a3dc-c789d7ce93ab",
|
||||
"sdkVersion": "3",
|
||||
"enableMultiJS": true,
|
||||
@@ -22,16 +22,24 @@
|
||||
"resources": {
|
||||
"media": [
|
||||
{
|
||||
"file": "leaf.png",
|
||||
"file": "clock25.png",
|
||||
"memoryFormat": "Smallest",
|
||||
"name": "LEAF",
|
||||
"name": "CLOCK25",
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap",
|
||||
"menuIcon": true
|
||||
},
|
||||
{
|
||||
"file": "clock35.png",
|
||||
"memoryFormat": "Smallest",
|
||||
"name": "CLOCK35",
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap"
|
||||
},
|
||||
{
|
||||
"file": "clock.png",
|
||||
"file": "check.png",
|
||||
"memoryFormat": "Smallest",
|
||||
"name": "CLOCK",
|
||||
"name": "CHECK",
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user