{
  "name": "Yukai Recipe System v0.5.3",
  "short_name": "Yukai Recipes",
  "description": "个人云端菜谱管理系统：公开分享、比例换算、舒适阅读、白天/夜晚模式。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f7f3eb",
  "theme_color": "#111827",
  "orientation": "any",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}