mirror of
https://github.com/MrFadiAi/openclaw-manager.git
synced 2026-08-14 09:02:25 +00:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "OpenClaw Manager",
|
|
"version": "0.0.19",
|
|
"identifier": "com.openclaw.manager",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "OpenClaw Manager",
|
|
"label": "main",
|
|
"width": 1200,
|
|
"height": 800,
|
|
"minWidth": 900,
|
|
"minHeight": 600,
|
|
"center": true,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"decorations": true,
|
|
"transparent": false,
|
|
"devtools": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"category": "Utility",
|
|
"shortDescription": "OpenClaw AI Assistant Management Tool",
|
|
"longDescription": "OpenClaw Manager is a cross-platform high-performance management tool for configuring and managing OpenClaw AI assistant services.",
|
|
"copyright": "Copyright © 2024 OpenClaw Team",
|
|
"macOS": {
|
|
"minimumSystemVersion": "10.15",
|
|
"entitlements": null,
|
|
"exceptionDomain": null
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
},
|
|
"linux": {
|
|
"appimage": {
|
|
"bundleMediaFramework": true
|
|
},
|
|
"deb": {
|
|
"depends": []
|
|
}
|
|
},
|
|
"createUpdaterArtifacts": true
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQ1RjhCMDAzMEM2OTU3NTUKUldSVlYya01BN0Q0MVZtTXFRVW1BODJTalJTWEsxVnlENkhJV1F0RXVyVVBRcFhtejdHdnVJelIK",
|
|
"endpoints": [
|
|
"https://github.com/MrFadiAi/openclaw-manager/releases/latest/download/latest.json"
|
|
]
|
|
}
|
|
}
|
|
} |