{
  "name": "짠로그",
  "short_name": "짠로그",
  "description": "친구 4-6명과 작게 사는 우리. 매일의 마이크로 소비를 자랑하는 앱",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "prefer_related_applications": false,
  "background_color": "#FAF5FF",
  "theme_color": "#C7B7F5",
  "lang": "ko",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "기록하기",
      "short_name": "기록",
      "url": "/input",
      "icons": [{ "src": "/icons/icon-96.png?v=2", "sizes": "96x96" }]
    }
  ],
  "categories": ["finance", "lifestyle", "social"]
}
