Files
ai-code-app/public/e-reader.webmanifest
2026-05-27 10:43:01 +09:00

26 lines
611 B
JSON

{
"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": "/play/apps",
"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"
}
]
}