forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
30 lines (30 loc) · 806 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "skips sponsored YouTube content on all local Chromecasts",
"environment": {
"SBCDIR": "/tmp/castsponsorskip"
},
"host_network": true,
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
"init": false,
"name": "Castsponsorskip",
"options": {
"CSS_CATEGORIES": "sponsor, into, outro, selfpromo"
},
"schema": {
"CSS_CATEGORIES": "str",
"CSS_DISCOVER_INTERVAL": "str?",
"CSS_MUTE_ADS": "bool?",
"CSS_PAUSED_INTERVAL": "str?",
"CSS_PLAYING_INTERVAL": "str?",
"CSS_YOUTUBE_API_KEY": "str?"
},
"slug": "sponsorblockcast",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
"version": "0.4.1"
}