{
  "name": "スマイル歯科管理システム",
  "short_name": "スマイル歯科",
  "description": "歯科医院の予約・カルテ管理システム",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#faf5ef",
  "theme_color": "#b08968",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}