14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"id": "youtube",
|
|
"name": "YouTube",
|
|
"description": "Shows the video you're watching on YouTube as a Source rich presence.",
|
|
"version": "1.0.0",
|
|
"author": "hibna",
|
|
"match": [
|
|
"https://www.youtube.com/*",
|
|
"https://music.youtube.com/*"
|
|
],
|
|
"tickInterval": 1000,
|
|
"sdkVersion": "^0.1.0"
|
|
}
|