{
"name": "PetHaven",
"short_name": "PetHaven",
"description": "Every moment of their life, beautifully remembered.",
"theme_color": "#FF6B6B",
"background_color": "#FFF8F0",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/dashboard",
"icons": [
{ "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
],
"categories": ["lifestyle", "health", "utilities"],
"shortcuts": [
{ "name": "Write Diary Entry", "short_name": "Diary", "url": "/diary/new" },
{ "name": "Add Milestone", "short_name": "Milestone", "url": "/milestones/new" },
{ "name": "Add Photo", "short_name": "Photo", "url": "/memories" }
]
}