{
  "name": "饮品食谱小记",
  "short_name": "食谱小记",
  "description": "记录奶茶、饮品、食物做法，支持本地OCR识别、离线使用、iOS添加到主屏幕",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ed8fa3",
  "theme_color": "#ed8fa3",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "icons/icon-512.jpg",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ]
}
