{
  "name": "오늘도 안전 - 수입 관리",
  "short_name": "오늘도안전",
  "description": "대리운전 기사 개인 수입 관리 앱",
  "start_url": "/driver2/index.html",
  "scope": "/driver2/",
  "display": "standalone",
  "background_color": "#639922",
  "theme_color": "#FFFFFF",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["productivity", "finance"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "기록 추가",
      "short_name": "기록",
      "description": "새 운행 기록 추가",
      "url": "/driver2/app.html#records",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "수입 통계",
      "short_name": "통계",
      "description": "수입 통계 확인",
      "url": "/driver2/app.html#stats",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
