mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
34 lines
643 B
JSON
34 lines
643 B
JSON
{
|
|
"manifest_version": 4,
|
|
"type": "extension",
|
|
"name": "NapCatQQ",
|
|
"slug": "NapCat.Framework",
|
|
"description": "高性能的 OneBot 11 协议实现",
|
|
"version": "2.5.4",
|
|
"icon": "./logo.png",
|
|
"authors": [
|
|
{
|
|
"name": "MliKiowa",
|
|
"link": "https://github.com/MliKiowa"
|
|
},
|
|
{
|
|
"name": "Young",
|
|
"link": "https://github.com/Wesley-Young"
|
|
}
|
|
],
|
|
"repository": {
|
|
"repo": "NapNeko/NapCatQQ",
|
|
"branch": "main"
|
|
},
|
|
"platform": [
|
|
"win32",
|
|
"linux",
|
|
"darwin"
|
|
],
|
|
"injects": {
|
|
"renderer": "./renderer.js",
|
|
"main": "./liteloader.cjs",
|
|
"preload": "./preload.cjs"
|
|
}
|
|
}
|