{
  "name": "E.I 관리 시스템",
  "short_name": "E.I System",
  "description": "가계 지출·수입·배달·ETF 통합 관리",
  "start_url": "/eisystem/main.php",
  "display": "standalone",
  "background_color": "#0d1b2e",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "지출 관리",
      "url": "/eisystem/index.php",
      "description": "가계 지출 내역 관리"
    },
    {
      "name": "배달 수입",
      "url": "/eisystem/delivery.php",
      "description": "배달 수입 관리"
    },
    {
      "name": "ETF 분배금",
      "url": "/eisystem/etf.php",
      "description": "ETF 분배금 관리"
    }
  ]
}
