25 lines
512 B
JSON
25 lines
512 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|