-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage-identification-test.json
More file actions
52 lines (52 loc) · 1.39 KB
/
page-identification-test.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"dashboard": {
"name": "Dashboard",
"icon": "fa-solid fa-house-user",
"url": "../logged-in/dashboard.html"
},
"soundboard": {
"name": "Soundboard",
"icon": "fa-solid fa-volume-up",
"url": "../logged-in/soundboard.html"
},
"notes": {
"name": "Notes",
"icon": "fa-solid fa-sticky-note",
"url": "../logged-in/notes.html"
},
"notes-again": {
"name": "Dailyphoto",
"icon": "fa-solid fa-image",
"url": "../logged-in/dailyphoto.html"
},
"countdowns": {
"name": "Countdowns",
"icon": "fa-solid fa-clock",
"url": "../logged-in/countdowns.html"
},
"weather": {
"name": "Weather",
"icon": "fa-solid fa-cloud-sun",
"url": "../logged-in/weather.html"
},
"dictionary": {
"name": "Dictionary",
"icon": "fa-solid fa-book",
"url": "../logged-in/dictionary.html"
},
"messenger-v2": {
"name": "Messenger",
"icon": "fa-solid fa-comments",
"url": "../logged-in/messenger-tutorial.html"
},
"others": {
"name": "Others",
"icon": "fa-solid fa-layer-group",
"url": "../logged-in/others.html",
"aliases": [
"../logged-in/levium.html",
"../logged-in/securly-tester.html",
"../GAMES/index.html"
]
}
}