{
  "name": "Mommy Reminder Hub",
  "short_name": "MommyHub",
  "description": "Personal assistant for a super Mommy in KL — reminders, finance, family & AI nudges",
  "start_url": "/mommy-hub/",
  "scope": "/mommy-hub/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#a0714f",
  "background_color": "#1a1210",
  "lang": "en",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "View today's reminders",
      "url": "/mommy-hub/?tab=today",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Reminder",
      "short_name": "Add",
      "description": "Quick add a reminder",
      "url": "/mommy-hub/?action=add",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
