{
    "name": "나의 메모장",
    "short_name": "메모장",
    "description": "배경 이미지와 체크리스트가 있는 나만의 메모 앱",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#f8f4ef",
    "theme_color": "#f4a7b9",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icons/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
