{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "FFOA AI 助手",
  "version": "0.0.1",
  "identifier": "com.ffoa.agent-client",
  "build": {
    "beforeDevCommand": "npm run dev",
    "devUrl": "http://localhost:4292",
    "beforeBuildCommand": "npm run build",
    "frontendDist": "../out"
  },
  "app": {
    "windows": [
      {
        "label": "main",
        "title": "FFOA AI 助手",
        "width": 1100,
        "height": 750,
        "minWidth": 720,
        "minHeight": 480,
        "resizable": true,
        "fullscreen": false
      }
    ],
    "security": {
      "csp": null
    }
  },
  "bundle": {
    "active": true,
    "targets": ["dmg", "app"],
    "category": "DeveloperTool",
    "shortDescription": "FFOA AI Coding Assistant",
    "longDescription": "Internal AI coding assistant client for FFOA developers.",
    "macOS": {
      "minimumSystemVersion": "11.0"
    },
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ],
    "resources": [
      "resources/service/*"
    ]
  }
}
