mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
32 lines
696 B
JSON
32 lines
696 B
JSON
{
|
|
"manifest_version": 3,
|
|
"type": "extension",
|
|
"name": "LLOneBot",
|
|
"slug": "LLOneBot",
|
|
"description": "LiteLoaderQQNT的OneBotApi",
|
|
"version": "0.1.0",
|
|
"thumbnail": "./icon.png",
|
|
"author": {
|
|
"name": "linyuchen",
|
|
"link": "https://github.com/linyuchen"
|
|
},
|
|
"repository": {
|
|
"repo": "linyuchen/LLOneBot",
|
|
"branch": "main",
|
|
"use_release": {
|
|
"tag": "latest",
|
|
"name": "LLOneBot.zip"
|
|
}
|
|
},
|
|
"platform": [
|
|
"win32",
|
|
"linux",
|
|
"darwin"
|
|
],
|
|
"injects": {
|
|
"renderer": "./renderer.js",
|
|
"main": "./main.js",
|
|
"preload": "./preload.js"
|
|
}
|
|
}
|