-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
56 lines (56 loc) · 1.55 KB
/
appinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"uuid": "f003a82c-ffad-4df1-8b82-5a4bd8db3370",
"longName": "Split 'n' Beam",
"shortName": "SpitNBeam",
"versionCode": 1,
"versionLabel": "1.0",
"companyName": "Christian Hoenig",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "font",
"name": "FONT_IMAGINE_48",
"file": "fonts/imagine.ttf"
},
{
"name": "FONT_IMAGINE_24",
"type": "font",
"file": "fonts/imagine.ttf"
},
{
"name": "FONT_IMAGINE_18",
"type": "font",
"file": "fonts/imagine.ttf"
},
{
"name": "FONT_IMAGINE_10",
"type": "font",
"file": "fonts/imagine.ttf"
},
{
"type": "png",
"name": "IMAGE_BATTERY_CHARGING",
"file": "images/batterycharging.png"
},
{
"type": "png",
"name": "IMAGE_BATTERY_EMPTY",
"file": "images/batteryempty.png"
},
{
"type": "png",
"name": "IMAGE_BLUETOOTH_DISCONNECTED",
"file": "images/bluetoothdisconnected.png"
}
]
}
}