ci: rebuild presence artifacts

This commit is contained in:
gitea-actions
2026-04-25 21:24:34 +00:00
parent 8a7e231ed9
commit e3b81e2ed7
5 changed files with 58 additions and 0 deletions
+54
View File
@@ -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
}
]
}