{
  "id": "/",
  "name": "moamoa — 나만의 아카이브",
  "short_name": "moamoa",
  "description": "링크와 메모를 빠르게 저장하고 다시 찾아보는 개인 아카이브",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1B2229",
  "theme_color": "#1B2229",
  "orientation": "portrait",
  "lang": "ko",
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  }
}
