{
  "id": "/?source=pwa",
  "name": "VERS · Personal Learning OS",
  "short_name": "VERS",
  "description": "목표, 지식, 자료와 학습 실행을 하나의 흐름으로 연결하는 개인 학습 OS",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "ko",
  "dir": "ltr",
  "background_color": "#F3F1EA",
  "theme_color": "#fbf9f6",
  "categories": ["education", "productivity"],
  "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" },
    { "src": "/icons/icon-512.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "오늘 할 일",
      "short_name": "오늘",
      "url": "/?source=pwa&view=vision"
    }
  ]
}
