mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 16:14:30 +00:00
17 lines
299 B
JSON
17 lines
299 B
JSON
|
{
|
||
|
"name": "Example",
|
||
|
"short_name": "Example",
|
||
|
"start_url": "/",
|
||
|
"display": "browser",
|
||
|
"orientation": "portrait",
|
||
|
"background_color": "#0d193b",
|
||
|
"theme_color": "#1c2b4f",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/favicon.ico",
|
||
|
"type": "image/x-icon",
|
||
|
"sizes": "800x800"
|
||
|
}
|
||
|
]
|
||
|
}
|