防撤回软件提交
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user