-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappinfo.json
More file actions
69 lines (69 loc) · 1.35 KB
/
appinfo.json
File metadata and controls
69 lines (69 loc) · 1.35 KB
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
{
"uuid": "d7583c96-0b0c-41ee-86a4-facdca791151",
"shortName": "Rebble",
"longName": "Rebble",
"companyName": "NegaTech",
"versionCode": 8,
"versionLabel": "1.4",
"capabilities": [
"configurable"
],
"watchapp": {
"watchface": false
},
"appKeys": {
"subreddit": 0,
"thread": 1,
"subreddit_next": 2,
"id": 3,
"title": 4,
"score": 5,
"type": 6,
"thread_body": 7,
"upvote": 8,
"downvote": 9,
"save": 10,
"user_subreddit": 11,
"load_subredditlist": 13,
"chunk_size": 14,
"ready": 15,
"thread_subreddit": 16,
"load_comments": 17,
"comment": 18,
"NETIMAGE_DATA": 1768777472,
"NETIMAGE_BEGIN": 1768777473,
"NETIMAGE_END": 1768777474,
"NETIMAGE_CHUNK_SIZE": 1768777475,
"NETIMAGE_URL": 1768777476
},
"resources": {
"media": [
{
"type": "png",
"menuIcon": true,
"name": "IMAGE_ICON",
"file": "images/icon.png"
},
{
"type": "png",
"name": "IMAGE_UPVOTE",
"file": "images/upvote.png"
},
{
"type": "png",
"name": "IMAGE_TEXT",
"file": "images/text.png"
},
{
"type": "png",
"name": "IMAGE_IMAGE",
"file": "images/image.png"
}
]
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}