Files
code_tool_fly/RevokeMsgPatcher.v1.8.1/LiteLoaderQQNT/plugins/list-viewer/manifest.json
T
2025-05-19 17:39:49 +08:00

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"
}
}