Files
deardiary/frontend/public/manifest.json
2026-03-26 19:57:20 +00:00

22 lines
469 B
JSON

{
"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"
}
]
}