{
  "name": "记账本（离线版） - 集盒",
  "short_name": "记账本",
  "description": "3 步记一笔的轻量记账工具：收支分类、按日分组明细、周月年统计与分类占比，支持 JSON / CSV 导出导入。数据只存本机，不上传。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "/tool/account-book",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#007AFF",
  "theme_color": "#007AFF",
  "categories": [
    "utilities",
    "productivity"
  ],
  "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"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
