-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
27 lines (27 loc) · 861 Bytes
/
module.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
{
"id": "rolltype-buttons",
"title": "Zeta's Rolltype Buttons",
"description": "A better looking alternative to the classic drop-down menu.",
"authors": [
{
"name": "ZeroXNoxus"
}
],
"version": "0.0.3",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"scripts": [
"src/js/script.js"
],
"styles": [
"src/css/style.css"
],
"manifest": "https://github.com/ZeroXNoxus/rolltype-buttons/releases/download/latest/module.json",
"url": "https://github.com/ZeroXNoxus/rolltype-buttons",
"download": "https://github.com/ZeroXNoxus/rolltype-buttons/archive/refs/tags/latest.zip",
"readme": "https://github.com/ZeroXNoxus/rolltype-buttons/blob/latest/README.md",
"bugs": "https://github.com/ZeroXNoxus/rolltype-buttons/issues",
"changelog": "https://github.com/ZeroXNoxus/rolltype-buttons/releases"
}