added iconset to repo
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s

This commit is contained in:
Stephan Hadan 2025-01-06 16:42:13 +01:00
parent e73623002a
commit acc8864833
No known key found for this signature in database
GPG key ID: 3B6DCF2F5096A1A3
7 changed files with 19 additions and 0 deletions

19
static/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "hugo-goa",
"short_name": "goa",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}