mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 08:13:11 +03:00
* fix(webui): keep iOS PWA controls inside safe area * fix(webui): blend iOS PWA chrome into dark canvas * fix(webui): sync PWA chrome with app theme
38 lines
808 B
JSON
38 lines
808 B
JSON
{
|
|
"name": "nanobot",
|
|
"short_name": "nanobot",
|
|
"description": "nanobot AI assistant",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#ffffff",
|
|
"color_scheme_dark": {
|
|
"background_color": "#303030",
|
|
"theme_color": "#303030"
|
|
},
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/brand/nanobot_apple_touch.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/brand/nanobot_icon_192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/brand/nanobot_icon_512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/brand/nanobot_icon_maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|