-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathww.json
More file actions
29 lines (27 loc) · 801 Bytes
/
ww.json
File metadata and controls
29 lines (27 loc) · 801 Bytes
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
{
"autoStart": true,
"fullscreen": true,
"lazyLoadTabs": true,
"websites": [
{
"url": "https://raw.githubusercontent.com/oyvindmo/pbscreen/main/life_of_a_pinball_player.jpg",
"duration": 30,
"tabReloadIntervalSeconds": 1200
},
{
"url": "https://raw.githubusercontent.com/oyvindmo/pbscreen/main/turneringer.png",
"duration": 60,
"tabReloadIntervalSeconds": 1200
},
{
"url": "https://ifpa.no/tournaments",
"duration": 60,
"tabReloadIntervalSeconds": 60
},
{
"url": "https://www.youtube.com/watch?v=E7XNo6LMHm8",
"duration": 190,
"tabReloadIntervalSeconds": 340
}
]
}