{
  "name": "每日饮食摄入量统计",
  "short_name": "饮食统计",
  "description": "统计每日热量、蛋白质、脂肪、碳水、纤维、糖、钠摄入量,支持拍照识别",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f1f3f4",
  "theme_color": "#4CAF50",
  "orientation": "portrait",
  "lang": "zh-CN",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
