Files
k-mood/spa/public/manifest.json
Gabriel Kaszewski 95739892de
Some checks failed
CI / ci (push) Failing after 1m48s
init
2026-08-25 23:24:36 +02:00

40 lines
888 B
JSON

{
"name": "k-mood — Mood Tracking Journal",
"short_name": "k-mood",
"description": "Self-hosted mood tracking journal with activities, photos, and voice memos.",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#0f0f1e",
"background_color": "#0f0f1e",
"icons": [
{
"src": "favicon.ico",
"sizes": "256x256",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "logo512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
],
"categories": ["health", "lifestyle", "productivity"]
}