forked from robhh/SmartStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
executable file
·90 lines (90 loc) · 1.94 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"uuid": "e944c919-7ae9-4737-8033-ac073a1b8a90",
"shortName": "Wizard",
"longName": "Wizard",
"companyName": "Stefen Friesen",
"versionCode": 1,
"versionLabel": "1.1",
"watchapp": {
"watchface": false
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "raw",
"name": "LOCALE_ENGLISH",
"file": "locales/locale_english.bin"
},
{
"type": "raw",
"name": "LOCALE_FRENCH",
"file": "locales/locale_french.bin"
},
{
"type": "raw",
"name": "LOCALE_SPANISH",
"file": "locales/locale_spanish.bin"
},
{
"type": "raw",
"name": "LOCALE_GERMAN",
"file": "locales/locale_german.bin"
},
{
"type": "font",
"characterRegex": "[:0-9]",
"name": "FONT_SQUARE_48",
"file": "fonts/square.ttf"
},
{
"type": "png",
"name": "IMAGE_ICON_SIRI",
"file": "images/siri.png"
},
{
"type": "png",
"name": "IMAGE_ICON_REFRESH",
"file": "images/refresh.png"
},
{
"type": "png",
"name": "IMAGE_ICON_ACTIVATOR",
"file": "images/activator.png"
},
{
"type": "png",
"name": "IMAGE_ICON_DISCONNECTED",
"file": "images/disconnected.png"
},
{
"type": "png",
"name": "IMAGE_ICON_PLAY_PAUSE",
"file": "images/play_pause.png"
},
{
"type": "png",
"name": "IMAGE_ICON_NEXT",
"file": "images/next.png"
},
{
"type": "png",
"name": "IMAGE_ICON_PREVIOUS",
"file": "images/previous.png"
},
{
"type": "png",
"name": "IMAGE_BACKGROUND",
"file": "images/background.png"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/app_icon.png"
}
]
}
}