mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-07 18:06:49 +02:00
6ffd54931c
Ship the 0.9.75 source update with improved startup/runtime hardening, operator API key onboarding, Meshtastic MQTT controls, Infonet/MeshChat separation, desktop package versioning, and aircraft telemetry refinements. Also updates focused backend/frontend tests for node settings, Meshtastic MQTT settings, and desktop runtime behavior.
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "ShadowBroker",
|
|
"version": "0.9.75",
|
|
"identifier": "com.shadowbroker.desktop",
|
|
"build": {
|
|
"frontendDist": "../../../frontend/out",
|
|
"devUrl": "http://127.0.0.1:3000"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"createUpdaterArtifacts": true,
|
|
"resources": ["companion-www", "backend-runtime"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.ico",
|
|
"icons/icon.icns",
|
|
"icons/icon.png",
|
|
"icons/Square30x30Logo.png",
|
|
"icons/Square44x44Logo.png",
|
|
"icons/Square71x71Logo.png",
|
|
"icons/Square89x89Logo.png",
|
|
"icons/Square107x107Logo.png",
|
|
"icons/Square142x142Logo.png",
|
|
"icons/Square150x150Logo.png",
|
|
"icons/Square284x284Logo.png",
|
|
"icons/Square310x310Logo.png",
|
|
"icons/StoreLogo.png"
|
|
]
|
|
},
|
|
"app": {
|
|
"windows": [],
|
|
"security": {
|
|
"csp": "default-src 'self'; connect-src 'self' http://127.0.0.1:* https://*; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob: https://*"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUxODExMjQ4MkJBMThFNTgKUldSWWpxRXJTQktCNFF3ZXNQbndUK0pVWUEwNDNuajcrUGI3ZEI4TWtDUDlQdHhudmlHUkNjQUUK",
|
|
"endpoints": [
|
|
"https://github.com/BigBodyCobain/Shadowbroker/releases/latest/download/latest.json"
|
|
],
|
|
"windows": {
|
|
"installMode": "passive"
|
|
}
|
|
}
|
|
}
|
|
}
|