31 lines
656 B
JSON
31 lines
656 B
JSON
{
|
|
"$schema": "./manifest_schema.json",
|
|
"manifest_version": 4,
|
|
"type": "extension",
|
|
"name": "插件列表查看",
|
|
"slug": "list-viewer",
|
|
"description": "插件列表查看·安装·更新",
|
|
"icon": "assets/icon.svg",
|
|
"thumb": "assets/icon.svg",
|
|
"version": "1.2.1",
|
|
"authors": [
|
|
{
|
|
"name": "ltxhhz",
|
|
"link": "https://github.com/ltxhhz"
|
|
}
|
|
],
|
|
"platform": [
|
|
"win32",
|
|
"linux",
|
|
"darwin"
|
|
],
|
|
"injects": {
|
|
"main": "./main/index.js",
|
|
"preload": "./preload/index.js",
|
|
"renderer": "./renderer/index.js"
|
|
},
|
|
"repository": {
|
|
"repo": "ltxhhz/LL-plugin-list-viewer",
|
|
"branch": "master"
|
|
}
|
|
} |