feat: Gateway 웹 알림 설정과 PWA 구독 화면을 추가한다

계정 화면에서 profile별 9개 알림을 기본 꺼짐으로 설정하고 Android, iPhone 홈 화면 앱, Windows 브라우저용 service worker 구독 흐름을 제공한다. 전송 비활성 상태와 모바일 Chromium 경계를 E2E로 검증한다.
This commit is contained in:
2026-08-23 13:16:14 +00:00
parent 7bc3213b03
commit 4eee4d2a61
9 changed files with 650 additions and 2 deletions
@@ -0,0 +1,20 @@
{
"name": "삼국지 모의전투 HiDCHe",
"short_name": "삼모",
"description": "삼국지 모의전투 Gateway",
"lang": "ko",
"id": "./",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#172a52",
"icons": [
{
"src": "web-push-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}