add to homescreen feature

This commit is contained in:
2026-03-31 11:05:26 +05:30
parent a1dd555c96
commit de7ce040c8
6 changed files with 254 additions and 1 deletions

7
public/icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

24
public/manifest.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "Grateful Journal",
"short_name": "Grateful",
"description": "Your private, encrypted gratitude journal",
"start_url": "/",
"display": "standalone",
"background_color": "#f0fdf4",
"theme_color": "#16a34a",
"orientation": "portrait",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}