generated from LiteLoaderQQNT/Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
34 lines (34 loc) · 955 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": "https://gist.githubusercontent.com/ghostflyby/f84c7f8a6a3c2fbbeedab109d31a10c2/raw/schema.json",
"manifest_version": 4,
"type": "extension",
"name": "Native Context Menu",
"slug": "native-menu",
"description": "为右键菜单使用原生形式,多级菜单支持需要hook-vue来运行",
"version": "1.0.7",
"icon": "./icon.svg",
"authors": [
{
"name": "ghostflyby",
"link": "https://github.com/ghostflyby/"
}
],
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./dist/renderer.js",
"main": "./dist/main.js",
"preload": "./dist/preload.js"
},
"repository": {
"repo": "ghostflyby/LiteLoaderQQNT-Native-Menu",
"branch": "main",
"release": {
"tag": "1.0.7",
"file": "LiteLoaderQQNT-Native-Menu-release.zip"
}
}
}