LLOneBot/manifest.json
2023-07-04 13:48:32 +08:00

24 lines
528 B
JSON

{
"manifest_version": 1,
"type": "extension",
"name": "插件模板",
"slug": "plugin_template",
"description": "LiteLoaderQQNT的插件模板",
"version": "0.1.0",
"author": [
{
"name": "沫烬染",
"link": "https://github.com/mo-jinran"
}
],
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./src/renderer.js",
"main": "./src/main.js",
"preload": "./src/preload.js"
}
}