mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 12:38:49 +00:00
17 lines
308 B
JSON
Executable File
17 lines
308 B
JSON
Executable File
{
|
|
"short_name": "Zöff",
|
|
"name": "Zöff",
|
|
"icons": [
|
|
{
|
|
"src": "public/images/144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#2D2D2D",
|
|
"theme_color": "#2D2D2D",
|
|
"orientation": "portrait"
|
|
}
|