forked from PRO-2684/transitio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
39 lines (39 loc) · 879 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
35
36
37
38
39
{
"$schema": "./manifest_schema.json",
"manifest_version": 4,
"type": "theme",
"name": "Transitio",
"slug": "transitio",
"description": "🪄 自定义用户样式加载器",
"version": "1.5.4",
"icon": "./icons/icon.svg",
"thumb": "./icons/thumb.svg",
"authors": [
{
"name": "PRO-2684",
"link": "https://github.com/PRO-2684"
}
],
"repository": {
"repo": "PRO-2684/transitio",
"branch": "main",
"release": {
"tag": "v1.5.4",
"file": "transitio-release.zip"
}
},
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./renderer.js",
"main": "./main.js",
"preload": "./preload.js"
},
"supported_extensions": [
".css",
".styl"
]
}