-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
61 lines (61 loc) · 1.64 KB
/
mod.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"geode": "4.0.0-beta.1",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.1.1",
"id": "hiimjustin000.search_history",
"name": "Search History",
"developer": "hiimjustin000",
"description": "A mod that allows you to view your search history.",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.12.0",
"importance": "required"
}
],
"resources": {
"sprites": [
"resources/*.png"
],
"spritesheets": {
"HistorySheet": [
"resources/HistorySheet/*.png"
]
}
},
"settings": {
"incognito-mode": {
"name": "Incognito Mode",
"description": "Whether or not to hide the search history button and not save any searches.",
"type": "bool",
"default": false
},
"12-hour-time": {
"name": "12-Hour Time",
"description": "Whether or not to use 12-hour time on the time label.",
"type": "bool",
"default": false
},
"white-time": {
"name": "White Time",
"description": "Whether or not to color the time label white.",
"type": "bool",
"default": false
}
},
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjustin000/SearchHistory",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"enhancement",
"interface",
"offline",
"utility"
]
}