更新插件manifest格式

This commit is contained in:
沫烬染
2023-07-18 00:41:53 +08:00
parent 711e33f2d9
commit 321cb02e21
2 changed files with 10 additions and 7 deletions

View File

@@ -1,16 +1,19 @@
{
"manifest_version": 1,
"manifest_version": 2,
"type": "extension",
"name": "插件模板",
"slug": "plugin_template",
"description": "LiteLoaderQQNT的插件模板",
"version": "0.1.0",
"author": [
{
"name": "沫烬染",
"link": "https://github.com/mo-jinran"
}
],
"thumbnail": "./default_icon.png",
"author": {
"name": "沫烬染",
"link": "https://github.com/mo-jinran"
},
"repository": {
"repo": "LiteLoaderQQNT-Plugin-Template",
"branch": "main"
},
"platform": [
"win32",
"linux",

BIN
src/default_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB