{ "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "frontendDist": "../dist" }, "productName": "Yaak", "version": "2024.4.2", "identifier": "app.yaak.desktop", "app": { "withGlobalTauri": false, "security": { "assetProtocol": { "enable": true, "scope": { "allow": [ "$APPDATA/responses/*" ] } } } }, "plugins": { "deep-link": { "mobile": [], "desktop": { "schemes": [ "yaak" ] } }, "updater": { "endpoints": [ "https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRDJFREQ1MjExQjdGN0IKUldSN2Z4c2gxZTNTd1FHNCtmYnFXMHVVQzhuNkJOM1cwOFBodmdLall3ckhKenpKUytHSTR1MlkK" } }, "bundle": { "active": true, "category": "DeveloperTool", "externalBin": [ "protoc-vendored/protoc" ], "icon": [ "icons/release/32x32.png", "icons/release/128x128.png", "icons/release/128x128@2x.png", "icons/release/icon.icns", "icons/release/icon.ico" ], "longDescription": "A cross-platform desktop app for interacting with REST, GraphQL, and gRPC", "resources": [ "migrations/*", "plugins/*", "protoc-vendored/include/*" ], "shortDescription": "Desktop API client", "targets": [ "deb", "appimage", "nsis", "app", "dmg", "updater" ], "macOS": { "exceptionDomain": "", "entitlements": "macos/entitlements.plist", "frameworks": [] }, "windows": { "digestAlgorithm": "sha256", "timestampUrl": "" } } }