-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
124 lines (124 loc) · 3.51 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"appKeys": {
"KEY_LOCATION_LAT": 0,
"KEY_LOCATION_LNG": 1,
"KEY_GMT_OFFSET": 2
},
"capabilities": [
"location"
],
"companyName": "Freakified",
"longName": "Pixel Billboard",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menu_icon_pixel_billboard.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "fonts/Lato-Bold.ttf",
"name": "FONT_LATO_14",
"type": "font"
},
{
"file": "fonts/Lato-Bold.ttf",
"name": "FONT_LATO_38",
"type": "font"
},
{
"file": "images/billboard_bg_bw2_day.png",
"name": "IMAGE_BW_BG2_DAY",
"type": "png",
"targetPlatforms": [
"aplite"
]
},
{
"file": "images/billboard_bg_bw1_transition.png",
"name": "IMAGE_BW_BG1_TRANSITION",
"type": "png",
"targetPlatforms": [
"aplite"
]
},
{
"file": "images/billboard_bg_bw0_night.png",
"name": "IMAGE_BW_BG0_NIGHT",
"type": "png",
"targetPlatforms": [
"aplite"
]
},
{
"file": "images/billboard_bg_color6_twilight.png",
"name": "IMAGE_BG6_TWILIGHT",
"type": "png",
"targetPlatforms": [
"basalt"
]
},
{
"file": "images/billboard_bg_color5_sunset.png",
"name": "IMAGE_BG5_SUNSET",
"type": "png",
"targetPlatforms": [
"basalt"
]
},
{
"file": "images/billboard_bg_color4_afternoon.png",
"name": "IMAGE_BG4_AFTERNOON",
"type": "png",
"targetPlatforms": [
"basalt"
]
},
{
"file": "images/billboard_bg_color3_midday.png",
"name": "IMAGE_BG3_MIDDAY",
"type": "png",
"targetPlatforms": [
"basalt"
]
},
{
"file": "images/billboard_bg_color2_sunrise.png",
"name": "IMAGE_BG2_SUNRISE",
"type": "png",
"targetPlatforms": [
"basalt"
]
},
{
"file": "images/billboard_bg_color1_morningtwilight.png",
"name": "IMAGE_BG1_TWILIGHT",
"type": "png",
"targetPlatforms": [
"basalt"
]
},
{
"file": "images/billboard_bg_color0_night.png",
"name": "IMAGE_BG0_NIGHT",
"type": "png",
"targetPlatforms": [
"basalt"
]
}
]
},
"sdkVersion": "3",
"shortName": "Pixel Billboard",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "0aeb60a0-056f-4cdd-810e-4d7aa4c0e7e3",
"versionLabel": "1.1",
"watchapp": {
"watchface": true
}
}