{
  "name": "오딘 수시플래너",
  "short_name": "수시플래너",
  "description": "수시 준비생을 위한 학습 플래너. 내신, 모의고사, 수시 6장을 한 화면에서 관리합니다.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "ko",
  "background_color": "#ffffff",
  "theme_color": "#ffc0cb",
  "icons": [
    {
      "src": "/Odin_logo.png",
      "sizes": "240x242",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/scrap.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "스크랩 담기",
      "short_name": "스크랩",
      "url": "/scrap.html"
    }
  ]
}