22 lines
469 B
JSON
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"
|
|
}
|
|
]
|
|
}
|