mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 15:47:54 +01:00
76 lines
1.6 KiB
JSON
76 lines
1.6 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/*",
|
|
"$RESOURCE/static/*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": [
|
|
"yaak"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"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": [
|
|
"static",
|
|
"vendored/protoc/include",
|
|
"vendored/plugins",
|
|
"vendored/plugin-runtime"
|
|
],
|
|
"shortDescription": "Play with APIs, intuitively",
|
|
"targets": [
|
|
"app",
|
|
"appimage",
|
|
"deb",
|
|
"dmg",
|
|
"nsis",
|
|
"rpm"
|
|
],
|
|
"macOS": {
|
|
"minimumSystemVersion": "13.0",
|
|
"exceptionDomain": "",
|
|
"entitlements": "macos/entitlements.plist",
|
|
"frameworks": []
|
|
}
|
|
}
|
|
}
|