{
  "name": "Hearth & Home - Chore & Task Planner",
  "short_name": "Hearth",
  "description": "Smart household chore & task planner for couples with cadences and automatic updates",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0284c7",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Task",
      "short_name": "Add Task",
      "description": "Create a new household chore",
      "url": "/#new"
    },
    {
      "name": "Today's Chores",
      "short_name": "Today",
      "description": "View tasks due today",
      "url": "/#today"
    }
  ]
}
