chore: sync backend and deployment changes

This commit is contained in:
2026-05-25 17:25:52 +09:00
parent d38d022872
commit fb5ec649cd
58 changed files with 17575 additions and 378 deletions

View File

@@ -0,0 +1,25 @@
{
"id": "/play/apps?app=e-reader",
"name": "E-Reader",
"short_name": "E-Reader",
"description": "인터넷 기사와 웹 콘텐츠를 전자책처럼 넘겨 읽는 전용 앱",
"theme_color": "#2175ad",
"background_color": "#eff7fb",
"display": "standalone",
"lang": "ko",
"scope": "/",
"start_url": "/play/apps?app=e-reader",
"icons": [
{
"src": "/pwa-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/pwa-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}