2026-03-09 13:02:11 -07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
2026-06-11 08:06:24 -07:00
|
|
|
"productName": "Buzz",
|
2026-07-16 15:41:42 -06:00
|
|
|
"version": "0.4.10",
|
2026-06-11 08:06:24 -07:00
|
|
|
"identifier": "xyz.block.buzz.app",
|
2026-03-09 13:02:11 -07:00
|
|
|
"build": {
|
2026-03-18 16:46:01 -07:00
|
|
|
"beforeDevCommand": {
|
|
|
|
|
"script": "exec ./node_modules/.bin/vite",
|
|
|
|
|
"cwd": "..",
|
|
|
|
|
"wait": false
|
|
|
|
|
},
|
2026-03-09 13:02:11 -07:00
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
|
"beforeBuildCommand": "pnpm build",
|
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "",
|
|
|
|
|
"width": 800,
|
2026-03-11 10:01:37 -07:00
|
|
|
"height": 600,
|
2026-06-09 18:08:37 +01:00
|
|
|
"maximized": true,
|
2026-07-12 16:42:31 +01:00
|
|
|
"visible": false,
|
2026-07-09 16:10:24 +01:00
|
|
|
"transparent": true,
|
2026-03-11 10:01:37 -07:00
|
|
|
"titleBarStyle": "Overlay",
|
|
|
|
|
"hiddenTitle": true,
|
2026-03-20 18:27:55 -04:00
|
|
|
"dragDropEnabled": false,
|
2026-07-13 16:15:59 +01:00
|
|
|
"trafficLightPosition": {
|
|
|
|
|
"x": 16,
|
|
|
|
|
"y": 24
|
|
|
|
|
},
|
2026-04-21 11:42:11 -06:00
|
|
|
"backgroundThrottling": "disabled",
|
|
|
|
|
"minWidth": 800,
|
|
|
|
|
"minHeight": 500
|
2026-03-09 13:02:11 -07:00
|
|
|
}
|
|
|
|
|
],
|
2026-07-09 16:10:24 +01:00
|
|
|
"macOSPrivateApi": true,
|
2026-03-09 13:02:11 -07:00
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-04-23 12:55:35 -06:00
|
|
|
"plugins": {
|
|
|
|
|
"updater": {
|
|
|
|
|
"endpoints": []
|
2026-05-04 18:09:25 -06:00
|
|
|
},
|
|
|
|
|
"deep-link": {
|
|
|
|
|
"desktop": {
|
2026-06-11 08:06:24 -07:00
|
|
|
"schemes": ["buzz"]
|
2026-05-04 18:09:25 -06:00
|
|
|
}
|
2026-04-23 12:55:35 -06:00
|
|
|
}
|
|
|
|
|
},
|
2026-03-09 13:02:11 -07:00
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
2026-05-02 11:46:49 -04:00
|
|
|
"externalBin": [
|
2026-06-11 01:06:29 -07:00
|
|
|
"binaries/buzz-acp",
|
|
|
|
|
"binaries/buzz-agent",
|
|
|
|
|
"binaries/buzz-dev-mcp",
|
2026-05-19 20:53:46 -04:00
|
|
|
"binaries/git-credential-nostr",
|
2026-06-11 01:06:29 -07:00
|
|
|
"binaries/buzz"
|
2026-05-02 11:46:49 -04:00
|
|
|
],
|
2026-03-09 13:02:11 -07:00
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
2026-03-24 13:33:45 -07:00
|
|
|
],
|
|
|
|
|
"macOS": {
|
2026-04-14 13:11:09 -04:00
|
|
|
"infoPlist": "Info.plist",
|
2026-07-03 16:56:20 +01:00
|
|
|
"entitlements": "Entitlements.plist",
|
|
|
|
|
"dmg": {
|
|
|
|
|
"background": "icons/dmg-background.png",
|
|
|
|
|
"windowSize": {
|
|
|
|
|
"width": 660,
|
|
|
|
|
"height": 532
|
|
|
|
|
},
|
|
|
|
|
"appPosition": {
|
|
|
|
|
"x": 191,
|
|
|
|
|
"y": 330
|
|
|
|
|
},
|
|
|
|
|
"applicationFolderPosition": {
|
|
|
|
|
"x": 469,
|
|
|
|
|
"y": 330
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-24 13:33:45 -07:00
|
|
|
}
|
2026-03-09 13:02:11 -07:00
|
|
|
}
|
|
|
|
|
}
|