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