{
  "name": "马上有钱 | 摆摊记账",
  "short_name": "马上有钱",
  "description": "摆摊营收记账工作台 — 靠自己的双手，赚最踏实的钱",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FDF8F0",
  "theme_color": "#FDF8F0",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "首页看板",
      "short_name": "首页",
      "url": "./index.html#home",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "收支流水录入",
      "short_name": "记账",
      "url": "./index.html#transactions",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "菜品销量统计",
      "short_name": "销量",
      "url": "./index.html#dishes",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
