generated from LiteLoaderQQNT/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
34 lines (34 loc) · 895 Bytes
/
manifest.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
28
29
30
31
32
33
34
{
"$schema": "./manifest_schema.json",
"manifest_version": 4,
"type": "extension",
"name": "CanCanNeed",
"slug": "CanCanNeed",
"description": "担心窥屏和社死?快来试试这个吧!还能方便界面演示和截图,美观实用,混沌有趣。",
"version": "0.3.0",
"thumb":"./static/images/icon.svg",
"icon": "./static/images/icon.svg",
"authors": [
{
"name": "MapleRecall",
"link": "https://github.com/MapleRecall"
}
],
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./src/renderer.js",
"main": "./src/main.js",
"preload": "./src/preload.js"
},
"repository": {
"repo": "MapleRecall/LiteLoaderQQNT-CCND",
"branch": "main",
"release": {
"tag": "0.3.0"
}
}
}