1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/docs/manifest.json
2020-09-01 19:50:36 +02:00

15 lines
284 B
JSON
Vendored

{
"name": "Steffo's website",
"short_name": "Steffoweb",
"start_url": "/",
"display": "browser",
"orientation": "portrait",
"background_color": "#0d193b",
"theme_color": "#1c2b4f",
"icons": [
{
"src": "/favicon.ico",
"type": "image/x-icon"
}
]
}