{
  "name": "寵物日記 Pet Diary",
  "short_name": "PetDiary",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F7F4EE",
  "theme_color": "#5C7A3A",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}