{
  "name": "팝업스토어 캘린더",
  "short_name": "팝업캘린더",
  "description": "전국 팝업스토어 일정을 한눈에",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f7f8",
  "theme_color": "#ef4458",
  "lang": "ko",
  "categories": ["lifestyle", "entertainment", "shopping"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
