{
  "name": "비밀번호 뭐였지? 앱",
  "short_name": "비밀번호 뭐였지?",
  "description": "내 정보 관리를 더 스마트하게",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "icons": [
    {
      "src": "/app-icon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "새 비밀번호 생성",
      "short_name": "새 비밀번호",
      "description": "새로운 비밀번호를 생성합니다",
      "url": "/create-password",
      "icons": [
        {
          "src": "/app-icon.jpg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
