window.WEBAR_SDK_CONFIG = {
  "webar-mode": "surface-tracking",
  "rendering-engine":"playcanvas",
  "auto-init":"true",
  "auto-start":"true",
  "logo-src":"../example/images/test_logo_here.png",
  "logo-width":"116px",
  "logo-height":"116px",
  "progress-dot-ring-scale":"0.30",
  "progress-dot-ring-color":"#00AAFF",
  "progress-ring-scale":"0.36",
  "progress-ring-color":"#00FFFF",
  "progress-ring-line-width":"5",

  "alert-border-color":"#00FFFF",
  "alert-border-width":"5px",
  "alert-background-color":"#283747",
  "alert-message-text-color":"#00AAFF",
  "alert-button-color":"#00FFFF",
  "alert-button-text-color":"#283747",
  "alert-button-height":"50px",
  "alert-camera-permission-text":"We need to ask for access to the camera so this experience can work!!!",
  "alert-camera-permission-button-text":"No Problem",
  "alert-motion-permission-text":"Now we need access to motion sensors!!!",
  "alert-motion-permission-button-text":"No Problem",

  "ui-background-color":"#283747",
  "ui-text-color":"#00FFFF",
  "ui-portrait-text":"This experience is optimised for portrait display only",
  "desktop-logo-src":"../example/images/test_desktop_logo.png",
  "desktop-logo-width":"108px",
  "desktop-logo-height":"30px",
  "issue-img-src":"../example/images/test_issue_img.png",
  "issue-img-width":"116px",
  "issue-img-height":"116px",
  "show-guide-view":"true"
};
