28 lines
657 B
JSON
28 lines
657 B
JSON
{
|
|
"name": "ReLoop — 적응형 수능 복습",
|
|
"short_name": "ReLoop",
|
|
"description": "잊기 직전에 딱 한 번 더. 페르소나 기반 망각곡선 복습 시스템.",
|
|
"start_url": "/dashboard",
|
|
"display": "standalone",
|
|
"background_color": "#0F0F14",
|
|
"theme_color": "#4F46E5",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/icon-maskable-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|