witty/docs/manifest.json

16 lines
255 B
JSON
Raw Normal View History

2022-02-06 21:01:18 +01:00
{
2022-02-15 18:36:38 +01:00
"name": "WiTTY",
"short_name": "WiTTY",
2022-02-06 21:01:18 +01:00
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}