{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Burnrate",
"version": "0.1.0",
"identifier": "com.jamesbrink.burnrate",
"build": {
"beforeDevCommand": "npm run dev:web",
"beforeBuildCommand": "npm run build",
"devUrl": "http://localhost:5173",
"frontendDist": "dist"
},
"app": {
"withGlobalTauri": false,
"windows": [
{
"label": "main",
"title": "Burnrate Preferences",
"width": 860,
"height": 640,
"minWidth": 360,
"minHeight": 360,
"visible": false,
"resizable": true,
"decorations": true
},
{
"label": "tray",
"title": "Burnrate",
"url": "index.html?view=tray",
"width": 380,
"height": 520,
"minWidth": 320,
"minHeight": 440,
"visible": false,
"resizable": false,
"decorations": false,
"alwaysOnTop": true,
"skipTaskbar": true
}
],
"security": {
"csp": "default-src 'self'; connect-src 'self' ipc: http://ipc.localhost https://api.anthropic.com https://chatgpt.com https://openrouter.ai http://localhost:* http://127.0.0.1:*; img-src 'self' asset: http://asset.localhost; style-src 'self' 'unsafe-inline'; script-src 'self'"
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png"
],
"createUpdaterArtifacts": false,
"category": "DeveloperTool",
"shortDescription": "Desktop quota and usage monitor",
"longDescription": "Burnrate monitors usage and remaining quota across Claude Code, Codex, and OpenRouter accounts.",
"macOS": {
"entitlements": "entitlements.macos.plist"
}
}
}