{
"$schema": "https://schema.tauri.app/config/2",
"productName": "端末管理支援ツール",
"version": "0.43.67",
"identifier": "com.yukimemi.kanade-client",
"build": {
"frontendDist": "web/dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "cd web && bun dev",
"beforeBuildCommand": "cd web && bun run build"
},
"app": {
"windows": [
{
"label": "main",
"title": "端末管理支援ツール",
"width": 880,
"height": 560,
"minWidth": 640,
"minHeight": 420,
"resizable": true,
"fullscreen": false,
"visible": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false,
"icon": ["icons/icon.ico"],
"category": "Utility",
"shortDescription": "端末管理支援ツール",
"longDescription": "端末の通知・ヘルス確認・セルフサービス操作・サポート連携を行うエンドユーザー向けクライアントです。"
}
}