{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "HoloHue",
  "version": "0.1.0",
  "identifier": "com.holohue.gui",
  "build": {
    "frontendDist": "../dist",
    "devUrl": "http://localhost:1420",
    "beforeDevCommand": "npm run dev",
    "beforeBuildCommand": "npm run build"
  },
  "app": {
    "windows": [
      {
        "label": "main",
        "title": "HoloHue",
        "decorations": false,
        "transparent": true,
        "backgroundColor": "#00000000",
        "visible": false,
        "shadow": false,
        "width": 1200,
        "height": 800,
        "minWidth": 640,
        "minHeight": 480,
        "resizable": true,
        "center": true
      }
    ]
  }
}
