{
  "productName": "petdex-desktop-windows",
  "version": "0.1.0",
  "identifier": "run.crafter.petdex",
  "build": {
    "frontendDist": "../ui"
  },
  "app": {
    "withGlobalTauri": true,
    "windows": [
      {
        "label": "pet",
        "title": "Petdex",
        "width": 192,
        "height": 288,
        "minWidth": 192,
        "minHeight": 288,
        "resizable": false,
        "decorations": false,
        "transparent": true,
        "alwaysOnTop": true,
        "skipTaskbar": true,
        "shadow": false,
        "visible": true,
        "center": false,
        "x": 100,
        "y": 100,
        "focus": false
      }
    ],
    "security": {
      "csp": null
    }
  },
  "bundle": {
    "active": false
  }
}
