-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathappinfo.json
42 lines (42 loc) · 860 Bytes
/
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
{
"uuid": "32695b0b-479b-4d19-980c-d4c45f1d3447",
"shortName": "Noms",
"longName": "Noms",
"companyName": "Fuzzie",
"versionCode": 1,
"versionLabel": "1.5.0",
"watchapp": {
"watchface": true
},
"appKeys": {},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_FACE",
"file": "images/face.png"
},
{
"type": "png",
"name": "IMAGE_JAW",
"file": "images/jaw.png"
},
{
"type": "png",
"name": "IMAGE_MOUTH",
"file": "images/mouth.png"
},
{
"type": "font",
"name": "FONT_BIG_NOODLE_TITLING_55",
"file": "fonts/big_noodle_titling.ttf"
}
]
}
}