{
    "name": "codicle",
    "short_name": "codicle",
    "description": "codicle - 모바일 쇼핑앱",
    "start_url": "https://shinbee.kr/?pwa=1&utm_source=pwa",
    "scope": "https://shinbee.kr/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#FF4747",
    "lang": "ko-KR",
    "categories": [
        "shopping",
        "commerce"
    ],
    "icons": [
        {
            "src": "https://shinbee.kr/pwa/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "https://shinbee.kr/pwa/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "장바구니",
            "url": "https://shinbee.kr/shop/cart.php",
            "description": "장바구니 바로가기"
        },
        {
            "name": "마이페이지",
            "url": "https://shinbee.kr/bbs/member_confirm.php?url=/bbs/mypage.php",
            "description": "마이페이지 바로가기"
        }
    ],
    "display_override": [
        "standalone",
        "minimal-ui"
    ]
}