-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
executable file
·56 lines (56 loc) · 1.12 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
{
"appKeys": {},
"capabilities": [
"configurable"
],
"companyName": "Alexey Soshin",
"longName": "Nice Timer",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "bitmap"
},
{
"file": "images/tile_splash.png",
"name": "IMAGE_TILE_SPLASH",
"type": "bitmap"
},
{
"file": "fonts/UbuntuMono-Regular.ttf",
"name": "MONO_FONT_14",
"type": "font"
},
{
"file": "images/reset.png",
"name": "IMAGES_RESET_PNG",
"type": "bitmap"
},
{
"file": "images/pause.png",
"name": "IMAGES_PAUSE_PNG",
"type": "bitmap"
},
{
"file": "images/play.png",
"name": "IMAGES_PLAY_PNG",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Nice Timer",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "57b0549c-0974-4751-83b4-bdc121b9ca1e",
"versionCode": 14,
"versionLabel": "1.4",
"watchapp": {
"watchface": false
}
}