-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.json
40 lines (31 loc) · 909 Bytes
/
options.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
33
34
35
36
37
38
39
40
{
"firstInstall": true,
"reorderFrontPage": true,
"autoSkipIntro": false,
"autoPlayNextEpisode": false,
"hideDescriptions": true,
"hideThumbnails": true,
"showWatchedThumbnails": false,
"hideLoadingPoster": true,
"majorSeekIncrement": 10,
"minorSeekIncrement": 5,
"volumeIncrement": 10,
"defaultVolume": 100,
"muteByDefault": false,
"speedIncrement": 0.25,
"defaultSpeed": 1,
"showControlsOnShortcut": true,
"toggleFullscreen": ["70", ""],
"playPause": ["32", "75"],
"pause": ["80", ""],
"majorSeekForward": ["76", ""],
"majorSeekBackward": ["74", ""],
"minorSeekForward": ["39", "16+76"],
"minorSeekBackward": ["37", "16+74"],
"toggleMute": ["77", ""],
"volumeUp": ["38", ""],
"volumeDown": ["40", ""],
"speedUp": ["187", ""],
"slowDown": ["189", ""],
"resetSpeed": ["16+48", ""],
}