{
    "name": "FS MISO 인허가 관리",
    "short_name": "MISO",
    "description": "매일유업 필드세일즈 인허가 및 영업 관리 앱",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1d1d1f",
    "theme_color": "#1d1d1f",
    "lang": "ko",
    "icons": [
        {
            "src": "icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "인허가 지도",
            "url": "./index.html",
            "description": "인허가 현황 지도"
        },
        {
            "name": "방문일지",
            "url": "./방문일지.html",
            "description": "방문 일지 작성"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ]
}