-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
50 lines (48 loc) · 1.06 KB
/
module.json
File metadata and controls
50 lines (48 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
46
47
48
49
50
{
"name": "rm-header-text",
"title": "Remove Header text(ヘッダーテキスト非表示)",
"description": "",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"authors": [
{
"name": "Brother Sharp, touge",
"url": "https://github.com/BrotherSharper",
"discord": "Brother Sharp#6921, touge#3373"
}
],
"dependencies": [
],
"conflicts": [
],
"esmodules": [
"/scripts/module.js"
],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "icon",
"url": "https://avatars.githubusercontent.com/u/41280723?s=400&u=b81bad8e2b42094d4daa9405cce31dd4931a9ac9&v=4"
}
]
}