{
  "name": "库存管理助手",
  "short_name": "库存助手",
  "description": "家庭物品库存管理应用 - 快速记录、智能补货提醒、图表可视化",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4B90E2",
  "orientation": "portrait",
  "id": "/?homescreen=1",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": []
}