-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepository.json
26 lines (26 loc) · 918 Bytes
/
repository.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
{
"paging": {
"page": 1,
"count": 1,
"maxPage": 1,
"itemsTotal": 1
},
"packages": [
{
"id": "com.superd22.bluetoothhid",
"title": "Bluetooth gamepads",
"iconUri": "https://raw.githubusercontent.com/webosbrew/chocolate-doom/webos-tv/data/doom.png",
"manifest": {
"id": "com.superd22.bluetoothhid",
"version": "0.1.1",
"type": "web",
"title": "Bluetooth gamepads",
"appDescription": "Bluetooth HiD manager",
"iconUri": "https://raw.githubusercontent.com/webosbrew/chocolate-doom/webos-tv/data/doom.png",
"sourceUrl": "https://github.com/Superd22/webos-gamepad",
"rootRequired": true,
"ipkUrl": "https://github.com/Superd22/webos-gamepad/releases/download/v1.0.0-alpha.5/com.superd22.bluetoothhid_1.0.0_all.ipk"
}
}
]
}