{
    "name": "메이플노트 클래식",
    "short_name": "메이플노트",
    "description": "올드 버전의 한국메이플스토리(KMS)를 기반으로 한 드랍테이블 & 데이터베이스 검색 사이트",
    "lang": "ko-KR",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1a1a1a",
    "theme_color": "#1a1a1a",
    "categories": ["games", "entertainment", "utilities"],
    "icons": [
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "몬스터노트",
            "short_name": "몬스터",
            "url": "/monsternote",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "아이템노트",
            "short_name": "아이템",
            "url": "/itemnote",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "맵노트",
            "short_name": "맵",
            "url": "/mapnote",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "스킬노트",
            "short_name": "스킬",
            "url": "/skill",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
