app / src-tauri /tauri.conf.json
AZILS's picture
Upload 323 files
a21c316 verified
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Antigravity Tools",
"version": "4.1.32",
"identifier": "com.lbjlaq.antigravity-tools",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": false,
"windows": [
{
"title": "Antigravity Tools",
"width": 1024,
"height": 700,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"transparent": true,
"visible": false
}
],
"security": {
"csp": "default-src 'self'; img-src 'self' asset: data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src ipc: http://ipc.localhost"
}
},
"bundle": {
"active": true,
"targets": "all",
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"macOS": {
"entitlements": "Entitlements.plist"
}
},
"plugins": {
"updater": {
"active": true,
"endpoints": [
"https://github.com/lbjlaq/Antigravity-Manager/releases/latest/download/updater.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJFRjVDRjdCREE1Rjg2NkYKUldSdmhsL2FlOC8xdnJuTzBtaTRhZkk1VWJ1cW5QWGU3ZWEwU20yZHRlZStxMnRWcUIzc3FwT2IK"
},
"process": null,
"fs": null,
"dialog": null,
"opener": null,
"single-instance": null
}
}