Build installable, offline-capable web apps with Service Workers, smart caching, and native-like experiences.
| fullscreen | No browser UI, full screen | | standalone | App-like, no URL bar (recommended) | | minimal-ui | Some browser controls | | browser | Normal browser tab |
See: references/service-worker-patterns.md for caching strategy implementations
서비스 워커, 오프라인 지원 및 앱과 유사한 동작을 갖춘 점진적인 웹 앱 개발. 캐싱 전략, 설치 프롬프트, 푸시 알림, 백그라운드 동기화에 사용합니다. "PWA", "서비스 워커", "오프라인", "설치 프롬프트", "beforeinstallprompt", "manifest.json", "workbox", "cache-first"에서 활성화합니다. 네이티브 앱 개발(React Native 사용), 일반 웹 성능(성능 문서 사용) 또는 서버 측 렌더링에는 적합하지 않습니다. 출처: curiositech/some_claude_skills.