{
  "name": "시한잔 — 좋은 시 읽고 듣기",
  "short_name": "시한잔",
  "description": "좋은 시를 읽고, 낭송으로 듣고, 직접 써서 나누는 곳",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f5ee",
  "theme_color": "#f7f5ee",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "시 쓰기",
      "url": "/write"
    },
    {
      "name": "라디오 듣기",
      "url": "/listen"
    }
  ]
}