-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 936 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (31 loc) · 936 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
{
"id": "victory-keybinds",
"title": "Victory Keybinds",
"description": "A typing target for programmable peripherals: Stream Decks, keyboard macro keys, gaming mice. One bound key focuses a small widget, the device types a UUID or keyword, and the widget fires it. Macros, items, actor sheets, journals, sidebar tabs.",
"version": "1.0.0",
"authors": [
{
"name": "Victor S. (DatJavaClass)"
}
],
"compatibility": {
"minimum": "12",
"verified": "12.343",
"maximum": "13"
},
"esmodules": [
"scripts/keybinds.js"
],
"styles": [
"styles/keybinds.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/DatJavaClass/VictoryKeybinds/releases/latest/download/module.json",
"download": "https://github.com/DatJavaClass/VictoryKeybinds/releases/download/v1.0.0/victory-keybinds-1.0.0.zip"
}