{
  "name": "酬客通 · 小费记账 Pro",
  "short_name": "小费记账",
  "description": "快速记录小费与营业流水，轻松对账，温暖记客",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait",

  "theme_color": "#f08253",
  "background_color": "#f2f2f7",

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}