{
  "name": "OH! - Organizational Hub",
  "short_name": "OH!",
  "description": "Smart household management for tasks, shopping lists, and family schedules",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007868",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "View your shopping list",
      "url": "/shopping",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chores",
      "short_name": "Chores",
      "description": "Manage household chores",
      "url": "/chores",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/shopping",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  }
}
