{
  "name": "Memoa — 메모아",
  "short_name": "Memoa",
  "description": "떠오른 순간 바로 기록하면 알아서 분류하고 찾아주는 초간단 메모앱",
  "lang": "ko",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f3f1eb",
  "theme_color": "#f3f1eb",
  "shortcuts": [
    {
      "name": "새 메모",
      "short_name": "새 메모",
      "description": "바로 메모 작성하기",
      "url": "./index.html?action=new",
      "icons": [{ "src": "icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "메모 검색",
      "short_name": "검색",
      "description": "저장한 메모 검색하기",
      "url": "./index.html?action=search",
      "icons": [{ "src": "icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "./index.html?action=share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "icons": [
    { "src": "icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
