39
spa/public/manifest.json
Normal file
39
spa/public/manifest.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user