{
  "name": "Loopy",
  "short_name": "Loopy",
  "description": "선 하나로 고리를 그려 모든 숫자를 만족시켜 보세요. 매일 새로운 한붓그리기 퍼즐이 세 가지 난이도로 찾아옵니다. 무료, 가입 없이 브라우저에서 바로 즐기세요.",
  "start_url": "/ko/",
  "display": "standalone",
  "background_color": "#F3F4F6",
  "theme_color": "#F3F4F6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/android-chrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "Loopy 쉬움",
      "short_name": "쉬움",
      "description": "오늘의 Loopy 쉬움 (4×4)",
      "url": "/ko/play?difficulty=easy",
      "icons": [
        {
          "src": "/android-chrome-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Loopy 까다로움",
      "short_name": "까다로움",
      "description": "오늘의 Loopy 까다로움 (6×6)",
      "url": "/ko/play?difficulty=medium",
      "icons": [
        {
          "src": "/android-chrome-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Loopy 악랄함",
      "short_name": "악랄함",
      "description": "오늘의 Loopy 악랄함 (8×8)",
      "url": "/ko/play?difficulty=hard",
      "icons": [
        {
          "src": "/android-chrome-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "lang": "ko",
  "scope": "/ko/"
}
