site: rebuild landing page at 2026-04-30T12:26:03Z

This commit is contained in:
Alan Wizemann
2026-04-30 14:26:03 +02:00
parent 59316ee08d
commit abdc031d5b
39 changed files with 1717 additions and 16 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "Scarf",
"short_name": "Scarf",
"description": "Native macOS and iOS GUI for the Hermes AI agent.",
"start_url": "./",
"scope": "./",
"display": "browser",
"background_color": "#FAF7F2",
"theme_color": "#C2563D",
"icons": [
{
"src": "assets/icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "assets/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
}
]
}