Claude improvements

This commit is contained in:
Andras Schmelczer 2026-05-11 07:48:33 +01:00
parent a86940da30
commit df2267a968
79 changed files with 2695 additions and 1162 deletions

View file

@ -1,11 +1,23 @@
{
"name": "Portfolio - Andras Schmelczer",
"short_name": "Portfolio",
"name": "Andras Schmelczer",
"short_name": "Schmelczer",
"description": "Andras Schmelczer writes about software systems, AI deployment, graphics, simulations, and tools.",
"lang": "en",
"id": "/",
"categories": ["education", "personal", "technology"],
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#B7455E",
"background_color": "#242638",
"display": "standalone"
"theme_color": "#fbfaf7",
"background_color": "#fbfaf7",
"display": "standalone",
"start_url": "/",
"scope": "/"
}