-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
117 lines (117 loc) · 4.74 KB
/
plugins.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"steam": {
"plugin.id": "steam",
"plugin.name": "Steam",
"plugin.version": "1.2.0",
"plugin.min-api-version": "1.1.0",
"plugin.link": "https://github.com/ShadowBlip/OpenGamepadUI-steam",
"plugin.source": "https://github.com/ShadowBlip/OpenGamepadUI-steam",
"plugin.summary": "Steam library for OpenGamepadUI",
"plugin.description": "Steam library implementation for OpenGamepadUI",
"store.tags": [
"steam",
"library",
"boxart"
],
"store.images": [
"https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI-steam/main/docs/icon.png"
],
"author.name": "William Edwards",
"author.email": "[email protected]",
"archive.url": "https://github.com/ShadowBlip/OpenGamepadUI-steam/releases/download/v1.2.0/steam.zip",
"archive.sha256": "8e6b9774ede0fc89aad64b4a0590e1de097faf96107491529c0d4d8cf91b0c3f",
"versions": [
{
"plugin.version": "1.2.0",
"plugin.min-api-version": "1.0.0",
"archive.url": "https://github.com/ShadowBlip/OpenGamepadUI-steam/releases/download/v1.2.0/steam.zip",
"archive.sha256": "8e6b9774ede0fc89aad64b4a0590e1de097faf96107491529c0d4d8cf91b0c3f"
}
]
},
"flathub": {
"plugin.id": "flathub",
"plugin.name": "FlatHub",
"plugin.version": "1.0.0",
"plugin.min-api-version": "1.0.0",
"plugin.link": "https://github.com/ShadowBlip/OpenGamepadUI-flathub",
"plugin.source": "https://github.com/ShadowBlip/OpenGamepadUI-flathub",
"plugin.summary": "FlatHub store & library for OpenGamepadUI",
"plugin.description": "FlatHub store & library implementation for OpenGamepadUI",
"store.tags": [
"flathub",
"library",
"store"
],
"store.images": [
"https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI-flathub/main/docs/icon.png"
],
"author.name": "William Edwards",
"author.email": "[email protected]",
"archive.url": "https://github.com/ShadowBlip/OpenGamepadUI-flathub/releases/download/v1.0.0/flathub.zip",
"archive.sha256": "e1420269a5ed3685cb06565a5a4595561dd604b9ae18adbfbe148fd6dab3f8e4"
},
"steamgriddb": {
"plugin.id": "steamgriddb",
"plugin.name": "SteamGridDB",
"plugin.version": "1.0.3",
"plugin.min-api-version": "1.0.0",
"plugin.link": "https://github.com/ShadowBlip/OpenGamepadUI-steamgriddb",
"plugin.source": "https://github.com/ShadowBlip/OpenGamepadUI-steamgriddb",
"plugin.summary": "SteamGridDB boxart provider",
"plugin.description": "SteamGridDB boxart provider implementation for OpenGamepadUI",
"store.tags": [
"boxart"
],
"store.images": [
"https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI-steamgriddb/main/docs/icon.png"
],
"author.name": "William Edwards",
"author.email": "[email protected]",
"archive.url": "https://github.com/ShadowBlip/OpenGamepadUI-steamgriddb/releases/download/v1.0.3/steamgriddb.zip",
"archive.sha256": "0b66bab5ff6d07206f9e3211bf9ad7d6019459bd6d40224fa4dbe21839ba343e"
},
"recapture": {
"plugin.id": "recapture",
"plugin.name": "Recapture",
"plugin.version": "1.0.0",
"plugin.min-api-version": "1.0.0",
"plugin.link": "https://github.com/ShadowBlip/OpenGamepadUI-recapture",
"plugin.source": "https://github.com/ShadowBlip/OpenGamepadUI-recapture",
"plugin.summary": "Video capture plugin",
"plugin.description": "Video capture plugin for OpenGamepadUI",
"store.tags": [
"video",
"capture",
"recapture"
],
"store.images": [
"https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI-recapture/main/docs/icon.png"
],
"author.name": "William Edwards",
"author.email": "[email protected]",
"archive.url": "https://github.com/ShadowBlip/OpenGamepadUI-recapture/releases/download/v1.0.0/recapture.zip",
"archive.sha256": "97735b760869a7c0e203897148a40516e0344a4093ddf2e44127cc14a1035995"
},
"lutris": {
"plugin.id": "lutris",
"plugin.name": "Lutris",
"plugin.version": "1.0.3",
"plugin.min-api-version": "1.0.0",
"plugin.link": "https://github.com/ShadowBlip/OpenGamepadUI-lutris",
"plugin.source": "https://github.com/ShadowBlip/OpenGamepadUI-lutris",
"plugin.summary": "Lutris library support",
"plugin.description": "Lutris library provider for OpenGamepadUI",
"store.tags": [
"library",
"lutris"
],
"store.images": [
"https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI-lutris/main/docs/icon.png"
],
"author.name": "William Edwards",
"author.email": "[email protected]",
"archive.url": "https://github.com/ShadowBlip/OpenGamepadUI-lutris/releases/download/v1.0.3/lutris.zip",
"archive.sha256": "677a85552453f5bfe5739bba8716cdf393d3c5056027135f501d2c97608dd32d"
}
}