25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "Grateful Journal",
|
|
"short_name": "Grateful Journal",
|
|
"description": "Your private, encrypted gratitude journal",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#eef6ee",
|
|
"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"
|
|
}
|
|
]
|
|
}
|