{
  "name": "Pet Care Note",
  "short_name": "Pet Care Note",
  "description": "全方位寵物健康管理系統",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple-touch-icon"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/#/en",
  "categories": ["pets", "health", "lifestyle", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your pet dashboard",
      "url": "/#/en/dashboard"
    },
    {
      "name": "Features",
      "short_name": "Features",
      "description": "See app features",
      "url": "/#/en/features"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.jpg",
      "type": "image/jpeg",
      "sizes": "1280x720",
      "platform": "wide",
      "label": "Dashboard with pet health metrics"
    }
  ]
}