{
  "name": "Nesto.my - Digital Wellness Platform",
  "short_name": "Nesto.my",
  "description": "Track family device usage, create wellness challenges, and build healthy digital habits together",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#6366F1",
  "background_color": "#ffffff",
  "orientation": "any",
  "id": "nesto-pwa-001",
  "categories": ["lifestyle", "productivity", "health"],
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Challenge",
      "short_name": "Challenge",
      "description": "Create a new family wellness challenge",
      "url": "/challenges?action=new"
    },
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "View your family wellness dashboard",
      "url": "/"
    },
    {
      "name": "Group Members",
      "short_name": "Group",
      "description": "Manage group members",
      "url": "/group"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}