-
-
Notifications
You must be signed in to change notification settings - Fork 201
/
Copy pathmain.json
38 lines (38 loc) · 1.34 KB
/
main.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
{
"display-name": "Streamlink Twitch GUI",
"app-identifier": "streamlink-twitch-gui",
"nwjs-version": "0.40.0",
"urls": {
"homepage": "https://github.com/streamlink/streamlink-twitch-gui",
"release": "https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v{version}",
"changelog": "https://github.com/streamlink/streamlink-twitch-gui/blob/master/CHANGELOG.md",
"wiki": "https://github.com/streamlink/streamlink-twitch-gui/wiki",
"bugs": "https://github.com/streamlink/streamlink-twitch-gui/issues",
"chat": "https://gitter.im/streamlink/streamlink-twitch-gui",
"contributors": "https://github.com/streamlink/streamlink-twitch-gui/graphs/contributors"
},
"donation": [
{
"text": "Paypal",
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YUCGRLVALHS8C&item_name=Streamlink%20Twitch%20GUI"
},
{
"text": "Flattr",
"url": "https://flattr.com/thing/3956088"
},
{
"text": "Bitcoin",
"url": "https://blockchain.info/qr?data=1EZg8eBz4RdPb8pEzYD9JEzr9Fyitzj8j8",
"coinaddress": "1EZg8eBz4RdPb8pEzYD9JEzr9Fyitzj8j8"
},
{
"text": "Dogecoin",
"url": "https://blockchain.info/qr?data=DGkVP7AMUHr2TbVnWy6QyZqSMvCkeEo1ab",
"coinaddress": "DGkVP7AMUHr2TbVnWy6QyZqSMvCkeEo1ab"
},
{
"text": "OpenCollective (Streamlink)",
"url": "https://opencollective.com/streamlink"
}
]
}