-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappinfo.json
More file actions
47 lines (47 loc) · 958 Bytes
/
appinfo.json
File metadata and controls
47 lines (47 loc) · 958 Bytes
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
{
"uuid": "af17d926-a370-447d-b4a7-759c3994d604",
"shortName": "Easter Egg",
"longName": "Easter Egg",
"companyName": "Gringer Apps",
"versionLabel": "1.1",
"sdkVersion": "3",
"targetPlatforms": ["basalt", "chalk"],
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"file": "images/easter_egg.png",
"name": "EASTER_EGG",
"type": "png"
},
{
"file": "images/egg_1.png",
"name": "EGG_1",
"type": "raw"
},
{
"file": "images/egg_2.png",
"name": "EGG_2",
"type": "raw"
},
{
"file": "images/egg_3.png",
"name": "EGG_3",
"type": "raw"
},
{
"file": "images/egg_4.png",
"name": "EGG_4",
"type": "raw"
},
{
"file": "images/img_menu.png",
"menuIcon": true,
"name": "IMG_MENU",
"type": "png"
}
]
}
}