{
  "name": "AssetTracker",
  "short_name": "AssetTracker",
  "description": "자산 현황과 은퇴 시뮬레이션을 관리하는 개인 자산 트래커",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F5F6FA",
  "theme_color": "#1A1D29",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
