-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathappinfo.json
More file actions
35 lines (35 loc) · 780 Bytes
/
appinfo.json
File metadata and controls
35 lines (35 loc) · 780 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "yuri@galanter.net",
"longName": "Effect Layer",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/mask_bg_bw.png",
"name": "MASK_BG",
"type": "png"
},
{
"file": "images/mask_mask.png",
"name": "MASK_SHAPE",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Effect Layer",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "70b3c606-e781-417f-bc89-6a32c4120f94",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}