{
  "name": "NEXT AI Table Order",
  "short_name": "테이블 주문",
  "description": "테이블에서 메뉴를 보고 주문과 결제 상태를 확인하는 매장 주문 앱",
  "lang": "ko",
  "start_url": "./#/pair",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0c0c0c",
  "theme_color": "#0c0c0c",
  "orientation": "any",
  "icons": [
    {
      "src": "./app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
