{
  "name": "ベビーシッター用システム",
  "short_name": "ベビーシッター用システム",
  "description": "ベビーシッター業務の当日確認・記録・報告・PDF保存をサポートするシステムです。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fff8f7",
  "theme_color": "#f58b84",
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
