novelai-bot/docs/public/manifest.json
2023-06-19 02:17:03 +08:00

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"
}
]
}