{
  "name": "CARO MOBILITY",
  "short_name": "CARO",
  "description": "스마트한 무인 차량 대여 서비스",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#eff1f4",
  "theme_color": "#18191c",
  "lang": "ko",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "utilities"],
  "shortcuts": [
    {
      "name": "차량 예약",
      "short_name": "예약",
      "url": "./index.html?shortcut=reserve",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "내 예약 확인",
      "short_name": "예약확인",
      "url": "./index.html?shortcut=myreserve",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
