Initial commit: deardiary project setup

This commit is contained in:
lotherk
2026-03-26 19:57:20 +00:00
commit 3f9bc1f484
73 changed files with 8627 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "TotalRecall",
"short_name": "TotalRecall",
"description": "AI-powered daily journal that captures life through multiple input methods",
"start_url": "/",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#1e293b",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}