forked from pebble/pebblejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
59 lines (59 loc) · 1.46 KB
/
appinfo.json
File metadata and controls
59 lines (59 loc) · 1.46 KB
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
{
"uuid": "378ff19b-0e77-4f0c-93d5-d496a140a24b",
"shortName": "Rosetta Demo",
"longName": "Rosetta Demo",
"companyName": "urbTek",
"versionCode": 1,
"versionLabel": "0.1",
"capabilities": [ "configurable" ],
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/crestron_logo_small_28_28.png"
}, {
"type": "png",
"name": "IMAGE_LOGO_SPLASH",
"file": "images/logo_splash.png"
}, {
"type": "png",
"name": "IMAGE_TILE_SPLASH",
"file": "images/tile_splash.png"
}, {
"type": "png",
"name": "IMAGE_VOLUME_UP",
"file": "images/volume_up.png"
}, {
"type": "png",
"name": "IMAGE_VOLUME_DOWN",
"file": "images/volume_down.png"
}, {
"type": "png",
"name": "IMAGE_VOLUME_MUTE",
"file": "images/volume_mute.png"
}, {
"type": "png",
"name": "IMAGE_ARROW_UP",
"file": "images/up_arrow.png"
}, {
"type": "png",
"name": "IMAGE_ARROW_DOWN",
"file": "images/down_arrow.png"
}, {
"type": "png",
"name": "IMAGE_CRESTRON_LOGO_FULL",
"file": "images/crestron_logo_large.png"
}, {
"type": "font",
"name": "MONO_FONT_14",
"file": "fonts/UbuntuMono-Regular.ttf"
}
]
}
}