Add Prime Video presence
Build presences / build (push) Failing after 23s

This commit is contained in:
hibna
2026-04-26 00:20:58 +03:00
parent 186e72e415
commit 281829ea76
2 changed files with 136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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,
"sdkVersion": "^0.1.0"
}