{
  "name": "新生兒黃疸臨床判讀系統",
  "short_name": "新生兒黃疸",
  "description": "由台大小兒內分泌科總醫師開發之新生兒黃疸臨床快速判讀工具",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f4f7f6",
  "theme_color": "#0056b3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}