{
  "name": "Lifolio — ETF Backtesting & Financial Planning",
  "short_name": "Lifolio",
  "description": "Free ETF backtesting & financial planning platform. FIRE retirement simulator, worldwide cost-of-living comparison.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f7f4",
  "theme_color": "#071006",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "ETF 랭킹",
      "short_name": "랭킹",
      "description": "ETF 성과 랭킹 보기",
      "url": "/ranking",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "생활비 비교",
      "short_name": "생활비",
      "description": "전세계 생활비 비교",
      "url": "/lifestyle",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "FIRE 시뮬레이터",
      "short_name": "FIRE",
      "description": "조기 은퇴 시뮬레이션",
      "url": "/fire",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
