mirror of
https://github.com/syssecfsu/witty.git
synced 2024-11-22 11:59:39 +01:00
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"name": "WiTTY",
|
|
"short_name": "WiTTY",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|