-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimers.js
More file actions
37 lines (34 loc) · 789 Bytes
/
Copy pathtimers.js
File metadata and controls
37 lines (34 loc) · 789 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
30
31
32
33
34
35
36
37
var timers = [
{
"id": 1,
"type": "timer",
"time": 600000,
"sound": "https://onlineclock.net/audio/options/default.mp3",
"shake": 1,
"description": "For eggs"
},
{
"id": 2,
"type": "timer",
"time": 1200000,
"sound": "https://onlineclock.net/audio/options/default.mp3",
"shake": 2,
"description": "For potato"
},
{
"id": 3,
"type": "timer",
"time": 1800000,
"sound": "https://onlineclock.net/audio/options/default.mp3",
"shake": 3,
"description": "For eggs"
},
{
"id": 4,
"type": "timer",
"time": 600000,
"sound": "https://onlineclock.net/audio/options/default.mp3",
"shake": 1,
"description": "For eggs"
}
];