generated from LiteLoaderQQNT/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
34 lines (34 loc) · 818 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
{
"manifest_version": 4,
"type": "extension",
"name": "DeepL",
"slug": "deepl_plugin",
"description": "将 DeepL 翻译接入你的 QQNT",
"version": "1.2.4",
"thumb": "./res/translate_FILL0_wght300_GRAD0_opsz24.svg",
"icon": "./res/icon.webp",
"authors": [
{
"name": "MUKAPP",
"link": "https://github.com/MUKAPP"
}
],
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./src/renderer.js",
"main": "./src/main.js",
"preload": "./src/preload.js"
},
"repository": {
"repo": "MUKAPP/LiteLoaderQQNT-DeepL",
"branch": "main",
"release": {
"tag": "latest",
"file": "LiteLoaderQQNT-DeepL.zip"
}
}
}