-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
61 lines (61 loc) · 1.67 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"appKeys": {},
"capabilities": [
"configurable"
],
"companyName": "Schwittmann",
"longName": "Trello Checklists",
"projectType": "pebblejs",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"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/trello-checked.png",
"name": "IMAGES_TRELLO_CHECKED_PNG",
"type": "png"
},
{
"file": "images/trello-pending.png",
"name": "IMAGES_TRELLO_PENDING_PNG",
"type": "png"
},
{
"file": "images/trello-box.png",
"name": "IMAGES_TRELLO_BOX_PNG",
"type": "png"
},
{
"file": "images/trellogo-logo.png",
"menuIcon": true,
"name": "IMAGES_TRELLOGO_LOGO_PNG",
"type": "png"
}
]
},
"shortName": "Trello",
"uuid": "32bf21ee-b05e-4a80-97b7-21d2e2419a71",
"versionCode": 1,
"versionLabel": "1.2",
"watchapp": {
"watchface": false
}
}