{
  "name": "경기도문화행사",
  "short_name": "경기도문화행사",
  "description": "경기도에서 열리는 전시, 공연, 축제, 체험행사를 한눈에 확인하세요. 무료 전시회부터 실내 데이트 장소까지, 경기도 문화행사 정보를 제공합니다.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["culture", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "인기 행사",
      "short_name": "인기",
      "description": "인기 있는 문화행사 보기",
      "url": "/?filter=popularity",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "새로운 행사",
      "short_name": "신규",
      "description": "새로 등록된 문화행사 보기",
      "url": "/?filter=new",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "개최예정",
      "short_name": "예정",
      "description": "개최 예정인 문화행사 보기",
      "url": "/?filter=upcoming",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}