-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
37 lines (37 loc) · 980 Bytes
/
appinfo.json
File metadata and controls
37 lines (37 loc) · 980 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
{
"versionLabel": "1.0",
"uuid": "74bd40a3-41fb-4b5e-8675-8e0a9fc3627e",
"appKeys": {},
"longName": "Wordsquare SDK2",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "Wordsquare",
"companyName": "MrPsyware",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "MENU_ICON",
"file": "images/menu_icon.png"
},
{
"characterRegex": "[a-zA-Z]",
"type": "font",
"name": "FONT_SOURCECODEPRO_BLACK_20",
"file": "fonts/SourceCodePro-Black.ttf"
},
{
"characterRegex": "[a-zA-Z]",
"type": "font",
"name": "FONT_SOURCECODEPRO_LIGHT_20",
"file": "fonts/SourceCodePro-Light.ttf"
}
]
}
}