{
  "name": "房东计算器",
  "short_name": "房东计算器",
  "description": "水电费抄表计算工具",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F0F7F4",
  "theme_color": "#2E7D5B",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-transparent.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ]
}
