-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 776 Bytes
/
manifest.json
File metadata and controls
35 lines (35 loc) · 776 Bytes
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
{
"$schema": "./manifest_schema.json",
"manifest_version": 4,
"type": "extension",
"name": "Echo Message",
"slug": "echo_message",
"description": "\"我要+1!\"实现接近原生手机QQ的聊天+1功能(๑>◡<๑)",
"version": "2.0.1",
"icon": "./src/assests/plus_one.svg",
"thumb": "./src/assests/plus_one.svg",
"authors": [
{
"name": "WJZ_P",
"link": "https://github.com/WJZ-P"
}
],
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./src/renderer.js",
"main": "./src/main.js",
"preload": "./src/preload.js"
},
"repository": {
"repo": "WJZ-P/Echo-Message",
"branch": "main",
"release": {
"tag": "v2.0.1",
"file": "Echo-Message-2.0.1.zip"
}
}
}