{
  "name": "番茄钟 · 治愈效率",
  "short_name": "番茄钟",
  "description": "一个治愈系的番茄钟专注应用",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F5F0E8",
  "theme_color": "#7B9EA8",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/cat_idle.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/cat_meditate.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}