{
  "name": "올셈 (AllSem) - 급여관리",
  "short_name": "올셈",
  "description": "급여 계산·관리 올인원 서비스. 4대보험, 원천징수, 급여명세서, 근로계약서까지 한 번에.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "background_color": "#F4F5F9",
  "theme_color": "#3182F6",
  "orientation": "any",
  "dir": "ltr",
  "lang": "ko",
  "prefer_related_applications": false,
  "categories": ["business", "finance"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "올셈 급여계산 대시보드"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "올셈 모바일 급여계산"
    }
  ],
  "shortcuts": [
    {
      "name": "급여계산",
      "short_name": "급여",
      "url": "/?tab=salary",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "대시보드",
      "short_name": "대시보드",
      "url": "/?tab=dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "shared"
    }
  },
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+allsem",
      "url": "/?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "widgets": [
    {
      "name": "올셈 급여 요약",
      "description": "이번 달 급여 요약 위젯",
      "tag": "salary-summary",
      "ms_ac_template": "/widget/salary-summary.json",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "screenshots": [{ "src": "/screenshot-mobile.png", "sizes": "390x844" }]
    }
  ],
  "note_taking": {
    "new_note_url": "/?tab=settings"
  },
  "tab_strip": {
    "home_tab": {
      "scope_patterns": [
        { "pathname": "/*" }
      ]
    },
    "new_tab_button": {
      "url": "/"
    }
  },
  "scope_extensions": [
    { "origin": "https://all-sem.com" }
  ]
}
