11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"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,
|
|
"sdkVersion": "^0.1.0"
|
|
}
|