{
  "id": "/",
  "name": "Heat",
  "short_name": "Heat",
  "description": "拍照识别食物热量并记录每日热量缺口",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f2f5f8",
  "theme_color": "#0058a3",
  "orientation": "portrait",
  "categories": ["health", "fitness", "food"],
  "icons": [
    {
      "src": "./icons/heat-pixel.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "记录一餐",
      "url": "./index.html#meal",
      "icons": [
        {
          "src": "./icons/heat-pixel.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
