{
  "name": "청년연합 보험서류",
  "short_name": "청년연합",
  "description": "누수탐지·누수공사 업체 전용 보험처리 서류 작성 앱",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e3a8a",
  "theme_color": "#1e3a8a",
  "lang": "ko",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "고객 등록", "short_name": "고객등록", "url": "/customers/new" },
    { "name": "고객 목록", "short_name": "고객목록", "url": "/customers" }
  ]
}
