1
0

Add website files

This commit is contained in:
2025-11-22 09:35:26 -05:00
parent e8aa6882bd
commit 1d89d91a64
76 changed files with 2339 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "EricTaylor.Me",
"short_name": "ET",
"icons": [
{
"src": "http://erictaylor.me/files/img/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "http://erictaylor.me/files/img/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#000",
"display": "standalone"
}