{
  "name": "우산 알림",
  "short_name": "우산알림",
  "description": "비 오는 날 우산 챙김을 도와주는 아침 알림 앱",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f1b2e",
  "theme_color": "#3ea0ff",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "icons/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "lang": "ko-KR"
}
