-
-
Notifications
You must be signed in to change notification settings - Fork 231
/
config.json
32 lines (32 loc) · 831 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
31
32
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Skip YouTube ads and sponsorships on all local Google Cast devices",
"environment": {},
"host_network": true,
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
"init": false,
"map": [
"addon_config:rw"
],
"name": "Castsponsorskip",
"options": {
"CSS_CATEGORIES": "sponsor, intro, 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",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
"version": "0.8.1"
}