mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-15 20:39:38 +00:00
e79ca4fa4c
Co-Authored-By: Wesley F. Young <25684570+Wesley-Young@users.noreply.github.com>
33 lines
643 B
JSON
33 lines
643 B
JSON
{
|
|
"manifest_version": 4,
|
|
"type": "extension",
|
|
"name": "NapCat",
|
|
"slug": "NapCat",
|
|
"description": "OneBot v11 protocol implementation with NapCat logic",
|
|
"version": "1.8.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": "./napcat.cjs",
|
|
"preload": "./preload.cjs"
|
|
}
|
|
} |