{
  "id": "com.kyj9447.ezchat",
  "name": "EZChat",
  "short_name": "EZChat",
  "description": "A simple chat app using Web RTC",
  "lang": "KR",
  "categories": [
    "social"
  ],
  "prefer_related_applications": true,
  "scope": ".",
  "start_url": "./",
  "dir": "auto",
  "display_override": [
    "fullscreen",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "display": "fullscreen",
  "orientation": ["portrait", "landscape"],
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "launch_handler": {
    "client_mode": "auto"
  },
  "icons": [
    {
      "src": "img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshots/login.png",
      "sizes": "571x999",
      "type": "image/png"
    },
    {
      "src": "img/screenshots/chatDesktop.png",
      "sizes": "1920x1200",
      "form_factor": "wide",
      "type": "image/png"
    },
    {
      "src": "img/screenshots/chatMobile.png",
      "sizes": "491x1087",
      "type": "image/png"
    },
    {
      "src": "img/screenshots/textMobile.png",
      "sizes": "490x1088",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "새 창",
      "short_name": "새 창",
      "description": "새 창 열기",
      "url": "/",
      "icons": [
        {
          "src": "img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ]
}