mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-09 04:37:54 +08:00
17 lines
348 B
JSON
17 lines
348 B
JSON
|
{
|
||
|
"name": "NovelAI Bot",
|
||
|
"short_name": "NovelAI Bot",
|
||
|
"description": "基于 NovelAI 的画图机器人",
|
||
|
"start_url": "/",
|
||
|
"display": "standalone",
|
||
|
"background_color": "#ffffff",
|
||
|
"theme_color": "#5546a3",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "https://koishi.chat/logo.png",
|
||
|
"sizes": "384x384",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
]
|
||
|
}
|