-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
45 lines (45 loc) · 1.06 KB
/
module.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"id": "fox-burble",
"title": "Burble",
"description": "A comic-book inspired chat redesign",
"url": "https://github.com/FoxLee/Burble/",
"manifest": "https://github.com/FoxLee/Burble/releases/latest/download/module.json",
"download": "https://github.com/FoxLee/Burble/releases/latest/download/module.zip",
"license": "https://github.com/FoxLee/Burble/blob/main/LICENSE.md",
"readme": "https://github.com/FoxLee/Burble/blob/main/README.md",
"bugs": "https://github.com/FoxLee/Burble/issues",
"authors": [{
"name": "Fox Lee",
"discord": "TheArtGremblin",
"email": "fox@invincible.ink",
"url": "https://www.invincible.ink"
}],
"version": "1.1.1",
"compatibility": {
"minimum": "11",
"verified": "12.331"
},
"esmodules": [
"burble.js"
],
"languages": [
{
"lang": "en",
"name": "US English",
"path": "lang/en-us.json",
"flags": {}
},
{
"lang": "en-AU",
"name": "Australian English",
"path": "lang/en-au.json",
"flags": {}
}
],
"flags":{
"hotReload": {
"extensions": ["css","html"],
"paths": ["styles/"]
}
}
}