{
  "name": "오늘부터 도쿄",
  "short_name": "오늘부터도쿄",
  "description": "도쿄 워홀·유학생을 위한 한국어 부동산 서비스",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#145392",
  "theme_color": "#145392",
  "orientation": "portrait",
  "lang": "ko",
  "categories": [
    "lifestyle",
    "travel",
    "real estate"
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "매물 검색",
      "short_name": "매물검색",
      "description": "도쿄 임대 매물 검색",
      "url": "/properties",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "찜한 매물",
      "short_name": "찜목록",
      "description": "저장한 매물 보기",
      "url": "/favorites",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}