{
  "name": "Ordyn+ - Co-Parenting Made Simple",
  "short_name": "Ordyn+",
  "description": "Smart co-parenting app for coordinating childcare across multiple households. Share calendars, tasks, health info, and contacts seamlessly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8f7ff",
  "theme_color": "#7c9ff5",
  "categories": ["productivity", "lifestyle", "family"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-3-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View today's overview and upcoming events",
      "url": "/dashboard?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-dashboard.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View and manage family calendar",
      "url": "/calendar?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-calendar.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Kids",
      "short_name": "Kids",
      "description": "Manage child profiles and information",
      "url": "/kids?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-kids.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View and create family tasks",
      "url": "/tasks?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-tasks.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
