26 lines
602 B
JSON
26 lines
602 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": "/",
|
|
"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"
|
|
}
|
|
]
|
|
}
|