BotZ/bot.z_web/public/manifest.json

16 lines
296 B
JSON
Raw Permalink Normal View History

2019-08-02 00:10:59 +02:00
{
2019-08-07 17:53:28 +02:00
"short_name": "BotZ",
"name": "BotZ web interface",
2019-08-02 00:10:59 +02:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}