1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/public/manifest.json

16 lines
282 B
JSON
Raw Normal View History

{
"short_name": "Steffoweb",
"name": "Steffo's website",
"icons": [
{
"src": "favicon.ico",
2022-10-16 23:58:17 +00:00
"sizes": "2048x2048",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "browser",
"theme_color": "#0d193b",
"background_color": "#0d193b"
}