-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
65 lines (65 loc) · 1.37 KB
/
appinfo.json
File metadata and controls
65 lines (65 loc) · 1.37 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
{
"uuid": "5a3de317-b050-4140-aa37-c85f19c446eb",
"shortName": "Transmission",
"longName": "Transmission Torrent",
"companyName": "Shikataganai",
"versionCode": 3.1,
"versionLabel": "3.1",
"capabilities": [
"configurable"
],
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/logo_splash.png",
"name": "IMAGE_LOGO_SPLASH",
"type": "png"
},
{
"file": "images/tile_splash.png",
"name": "IMAGE_TILE_SPLASH",
"type": "png"
},
{
"file": "fonts/UbuntuMono-Regular.ttf",
"name": "MONO_FONT_14",
"type": "font"
},
{
"file": "images/pause.png",
"name": "IMAGES_PAUSE_PNG",
"type": "png"
},
{
"file": "images/complete.png",
"name": "IMAGES_COMPLETE_PNG",
"type": "png"
},
{
"file": "images/arrow_download.png",
"name": "IMAGES_ARROW_DOWNLOAD_PNG",
"type": "png"
},
{
"file": "images/icon_check.png",
"name": "IMAGES_ICON_CHECK_PNG",
"type": "png"
}
]
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}