{
  "build": {
    "beforeBuildCommand": "yarn build",
    "frontendDist": "../public",
    "beforeDevCommand": "yarn dev",
    "devUrl": "http://localhost:8080"
  },
  "bundle": {
    "active": true,
    "targets": "all",
    "macOS": {
      "frameworks": [],
      "exceptionDomain": ""
    },
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ],
    "resources": [],
    "externalBin": [],
    "copyright": "",
    "category": "DeveloperTool",
    "shortDescription": "",
    "longDescription": "",
    "linux": {
      "deb": {
        "depends": []
      }
    }
  },
  "identifier": "com.tauri.nosleep",
  "plugins": {},
  "app": {
    "windows": [
      {
        "title": "Tauri App",
        "width": 800,
        "height": 600,
        "resizable": true,
        "fullscreen": false
      }
    ],
    "security": {
      "csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'; connect-src ipc: http://ipc.localhost"
    }
  }
}