-
Notifications
You must be signed in to change notification settings - Fork 2
/
mod.json
40 lines (40 loc) · 959 Bytes
/
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
{
"geode": "2.0.0-beta.23",
"gd": "2.204",
"version": "v1.0.0",
"id": "zilko.better_screenshots",
"name": "Better Screenshots",
"developer": "Zilko",
"description": "Take screenshots and save them to the clipboard.",
"settings": {
"auto_pause": {
"name": "Pause On Snip",
"description": "Automatically pause when taking an snip screenshot",
"type": "bool",
"default": true
},
"save_to_clipboard":{
"name": "Save to clipboard",
"description": "Save the screenshots to the clipboard.",
"type": "bool",
"default": true
},
"save_file":{
"name": "Save Image File",
"description": "Save the screenshots to a folder. (Click open folder on the bottom right corner)",
"type": "bool",
"default": true
}
},
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": "v1.5.2",
"importance": "required"
}
],
"repository": "https://github.com/ZiLko/Better_Screenshots",
"tags": [
"Utility"
]
}