-
Notifications
You must be signed in to change notification settings - Fork 3
/
appinfo.json
48 lines (48 loc) · 1.2 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
{
"versionLabel": "1.3.2",
"uuid": "4fb7ce3f-bdc8-45a6-8fcc-9475e091ae21",
"appKeys": {
"action": 1
},
"longName": "Plex Remote",
"versionCode": 5,
"capabilities": [
"location",
"configurable"
],
"shortName": "Plex Remote",
"companyName": "Sawyer Pangborn",
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "MENU_ICON_PLEX",
"file": "images/menu_icon_plex.png"
},
{
"type": "png",
"name": "ICON_NEXT",
"file": "images/actionbar_next.png"
},
{
"type": "png",
"name": "ICON_PLAYPAUSE",
"file": "images/actionbar_playpause.png"
},
{
"type": "png",
"name": "ICON_PREVIOUS",
"file": "images/actionbar_previous.png"
},
{
"type": "png",
"name": "IMAGE_PLEX_LOGO",
"file": "images/plex_logo.png"
}
]
}
}