{
  "name": "一定棒 YiDingBang",
  "short_name": "一定棒",
  "description": "Household management platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1e1b4b",
  "theme_color": "#6366f1",
  "categories": ["utilities", "finance", "lifestyle"],
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Family Finance",
      "short_name": "Finance",
      "url": "/#family-finance",
      "icons": []
    },
    {
      "name": "Family Notes",
      "short_name": "Notes",
      "url": "/#family-notes",
      "icons": []
    },
    {
      "name": "Health Tracker",
      "short_name": "Health",
      "url": "/#health-tracker",
      "icons": []
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/#family-calendar",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/#family-notes",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
