Skip to content

Commit 9437b16

Browse files
authored
Add files via upload
1 parent 47723de commit 9437b16

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

manifest.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"manifest_version": 4,
3+
"type": "extension",
4+
"name": "QmsgNtClient v1.0.6",
5+
"slug": "QmsgNtClient",
6+
"description": "Qmsg NT client from LLOneBot",
7+
"version": "1.0.6",
8+
"icon": "./icon.jpg",
9+
"authors": [
10+
{
11+
"name": "dieyi",
12+
"link": "https://www.zendee.cn"
13+
}
14+
],
15+
"repository": {
16+
"repo": "1244453393/QmsgNtClient",
17+
"branch": "main",
18+
"release": {
19+
"tag": "latest",
20+
"name": "QmsgNtClient.zip"
21+
}
22+
},
23+
"platform": [
24+
"win32",
25+
"linux",
26+
"darwin"
27+
],
28+
"injects": {
29+
"renderer": "./renderer/index.js",
30+
"main": "./main/main.cjs",
31+
"preload": "./preload/preload.cjs"
32+
}
33+
}

0 commit comments

Comments
 (0)