1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-22 16:14:30 +00:00
steffoweb/docs/assets/manifest.json

16 lines
284 B
JSON
Raw Normal View History

2020-06-29 15:23:57 +00:00
{
2020-06-30 17:16:08 +00:00
"name": "Steffo's website",
2020-09-01 17:50:36 +00:00
"short_name": "Steffoweb",
2020-06-29 15:23:57 +00:00
"start_url": "/",
"display": "browser",
"orientation": "portrait",
"background_color": "#0d193b",
"theme_color": "#1c2b4f",
"icons": [
{
"src": "/favicon.ico",
2020-09-01 17:50:36 +00:00
"type": "image/x-icon"
2020-06-29 15:23:57 +00:00
}
]
}