Updated site icons and added resume to about

This commit is contained in:
2025-01-25 10:57:16 -06:00
parent 30e26313b0
commit 6bfe06f65c
30 changed files with 18345 additions and 1879 deletions

View File

@ -1,14 +1,21 @@
{
"name": "",
"short_name": "",
"name": "Joyful Fixations",
"short_name": "Joyful Fixations",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
"src": "/static/favicons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/favicons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}