{
  "name": "스마트 일정 비서",
  "short_name": "일정비서",
  "description": "사진이나 PDF 속 일정을 AI가 자동으로 읽어 구글 캘린더에 바로 등록해주는 앱",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📅</text></svg>",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    }
  ]
}
