17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"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"
|
|
}
|