ci: rebuild presence artifacts
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"generatedAt": "2026-04-25T21:24:33.840Z",
|
||||
"presences": [
|
||||
{
|
||||
"id": "netflix",
|
||||
"name": "Netflix",
|
||||
"description": "Shows the title and episode you're watching on Netflix.",
|
||||
"version": "1.0.0",
|
||||
"author": "hibna",
|
||||
"match": [
|
||||
"https://www.netflix.com/*"
|
||||
],
|
||||
"tickInterval": 1500
|
||||
},
|
||||
{
|
||||
"id": "primevideo",
|
||||
"name": "Prime Video",
|
||||
"description": "Shows the title you're watching on Amazon Prime Video.",
|
||||
"version": "1.0.0",
|
||||
"author": "hibna",
|
||||
"match": [
|
||||
"https://www.primevideo.com/*",
|
||||
"https://www.amazon.com/gp/video/*",
|
||||
"https://www.amazon.com/-/*/gp/video/*",
|
||||
"https://www.amazon.co.uk/gp/video/*",
|
||||
"https://www.amazon.de/gp/video/*"
|
||||
],
|
||||
"tickInterval": 1500
|
||||
},
|
||||
{
|
||||
"id": "spotify",
|
||||
"name": "Spotify Web",
|
||||
"description": "Reflects what you're listening to on open.spotify.com.",
|
||||
"version": "1.0.0",
|
||||
"author": "hibna",
|
||||
"match": [
|
||||
"https://open.spotify.com/*"
|
||||
],
|
||||
"tickInterval": 1500
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user