mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 02:54:58 +01:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"productName": "Yaak",
|
|
"version": "0.0.0",
|
|
"identifier": "app.yaak.desktop",
|
|
"build": {
|
|
"beforeBuildCommand": "npm run tauri-before-build",
|
|
"beforeDevCommand": "npm run tauri-before-dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"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": {
|
|
"publisher": "Yaak",
|
|
"license": "MIT",
|
|
"copyright": "Yaak",
|
|
"homepage": "https://yaak.app",
|
|
"active": true,
|
|
"category": "DeveloperTool",
|
|
"externalBin": [
|
|
"vendored/node/yaaknode",
|
|
"vendored/protoc/yaakprotoc"
|
|
],
|
|
"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",
|
|
"vendored/protoc/include",
|
|
"vendored/plugins",
|
|
"vendored/plugin-runtime"
|
|
],
|
|
"shortDescription": "Play with APIs, intuitively",
|
|
"targets": [
|
|
"app",
|
|
"appimage",
|
|
"deb",
|
|
"dmg",
|
|
"nsis",
|
|
"rpm"
|
|
],
|
|
"createUpdaterArtifacts": "v1Compatible",
|
|
"macOS": {
|
|
"minimumSystemVersion": "13.0",
|
|
"exceptionDomain": "",
|
|
"entitlements": "macos/entitlements.plist",
|
|
"frameworks": []
|
|
},
|
|
"windows": {
|
|
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1"
|
|
}
|
|
}
|
|
}
|