{
  "name": "Kaelith-infant 托嬰輔助系統",
  "short_name": "infant",
  "description": "托嬰教案建立、匯入、保存、分享與調整輔助系統。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f6ef",
  "theme_color": "#173f2d",
  "icons": [
    {
      "src": "https://img.kaelith.tw/infant/assets/icon-192.png?v=1.6.5",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://img.kaelith.tw/infant/assets/icon-512.png?v=1.6.5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "建立教案",
      "url": "/create",
      "icons": [
        {
          "src": "https://img.kaelith.tw/infant/assets/icon-192.png?v=1.6.5",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "匯入教案",
      "url": "/import",
      "icons": [
        {
          "src": "https://img.kaelith.tw/infant/assets/icon-192.png?v=1.6.5",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "教案庫",
      "url": "/library",
      "icons": [
        {
          "src": "https://img.kaelith.tw/infant/assets/icon-192.png?v=1.6.5",
          "sizes": "192x192"
        }
      ]
    }
  ]
}