{
  "name": "출산준비물 체크리스트",
  "short_name": "출산준비물",
  "description": "신생아 출산준비물 65품목 체크·비교·구매리스트",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eef2ef",
  "theme_color": "#1f4e46",
  "lang": "ko",
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "icons": [
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "살 것",
      "short_name": "살 것",
      "url": "./index.html?tab=shop",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "현황",
      "short_name": "현황",
      "url": "./index.html?tab=dash",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}