An ode to Windows 3.1 Hot Dog Stand - Pebble watchface
1{
2 "author": "jcs@superblock.net",
3 "dependencies": {},
4 "keywords": [],
5 "name": "hot-dog-stand",
6 "pebble": {
7 "displayName": "Hot Dog Stand",
8 "enableMultiJS": true,
9 "messageKeys": [],
10 "projectType": "native",
11 "resources": {
12 "media": [
13 {
14 "file": "images/menuicon.png",
15 "menuIcon": true,
16 "name": "MENUICON",
17 "targetPlatforms": null,
18 "type": "bitmap"
19 },
20 {
21 "file": "images/hotdog-bw.png",
22 "name": "IMAGE_BACKGROUND",
23 "type": "png"
24 }
25 ]
26 },
27 "sdkVersion": "3",
28 "targetPlatforms": [
29 "aplite",
30 "basalt"
31 ],
32 "uuid": "44261d19-cf1c-434f-9aee-f09d4d10f009",
33 "watchapp": {
34 "watchface": true
35 }
36 },
37 "version": "1.5.0"
38}