-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalertsound.json
More file actions
98 lines (98 loc) · 1.59 KB
/
alertsound.json
File metadata and controls
98 lines (98 loc) · 1.59 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"id": 0,
"name": "Meow",
"post_url": "0_f_meow.mp3",
"isPremium": false
},
{
"id": 1,
"name": "Scream",
"post_url": "1_f_scream.mp3",
"isPremium": false
},
{
"id": 2,
"name": "Spew",
"post_url": "2_f_spew.mp3",
"isPremium": false
},
{
"id": 4,
"name": "Alarm",
"post_url": "4_p_alarm.mp3",
"isPremium": true
},
{
"id": 5,
"name": "Bad Man",
"post_url": "5_p_bad_man.mp3",
"isPremium": true
},
{
"id": 6,
"name": "Devil",
"post_url": "6_p_devil.mp3",
"isPremium": true
},
{
"id": 7,
"name": "Enemy",
"post_url": "7_p_enemy.mp3",
"isPremium": true
},
{
"id": 8,
"name": "Game Over",
"post_url": "8_p_game_over.mp3",
"isPremium": true
},
{
"id": 9,
"name": "Intruder Alert",
"post_url": "9_p_intruder_alert.mp3",
"isPremium": true
},
{
"id": 10,
"name": "No",
"post_url": "10_p_no.mp3",
"isPremium": true
},
{
"id": 11,
"name": "Red Handed",
"post_url": "11_p_red_handed.mp3",
"isPremium": true
},
{
"id": 12,
"name": "Scream",
"post_url": "12_p_scream_2.mp3",
"isPremium": true
},
{
"id": 13,
"name": "Siren",
"post_url": "13_p_siren.mp3",
"isPremium": true
},
{
"id": 14,
"name": "Virus Detected",
"post_url": "14_p_virus_detected.mp3",
"isPremium": true
},
{
"id": 15,
"name": "Wind",
"post_url": "15_p_wind.mp3",
"isPremium": true
},
{
"id": 16,
"name": "Yuck",
"post_url": "16_p_yuck.mp3",
"isPremium": true
}
]