{
  "name": "カーメンテナンス",
  "short_name": "カーメンテ",
  "description": "燃費管理・メンテナンス記録・オイル交換時期を自動判定するアプリ",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fce4ec",
  "theme_color": "#ff4081",
  "icons": [
  {
    "src": "icon.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "icon.png",
    "sizes": "512x512",
    "type": "image/png"
  }
]
