burnrate 0.1.5

Desktop usage monitor for Claude Code, Codex, OpenRouter, and Runpod quotas, credits, spend, and subscription limits.
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Burnrate",
  "identifier": "com.jamesbrink.burnrate",
  "build": {
    "beforeDevCommand": "npm run dev:web",
    "beforeBuildCommand": "npm run build",
    "devUrl": "http://localhost:5173",
    "frontendDist": "dist"
  },
  "app": {
    "withGlobalTauri": false,
    "macOSPrivateApi": true,
    "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": 360,
        "height": 440,
        "minWidth": 320,
        "minHeight": 200,
        "visible": false,
        "resizable": false,
        "decorations": false,
        "transparent": true,
        "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 https://rest.runpod.io https://api.runpod.io http://localhost:* http://127.0.0.1:*; img-src 'self' asset: http://asset.localhost; style-src 'self' 'unsafe-inline'; script-src 'self'"
    }
  },
  "plugins": {
    "updater": {
      "endpoints": [
        "https://github.com/jamesbrink/burnrate/releases/latest/download/latest.json"
      ],
      "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE2OEI5NzhCOTJEMjk2NzQKUldSMGx0S1NpNWVMRnJQdmJ6blBPcmtXUEJrMjE4K2FwaVA0Q1g3UU1LOGcyU091ejJaQm02SXUK"
    }
  },
  "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": true,
    "category": "DeveloperTool",
    "shortDescription": "Desktop quota and usage monitor",
    "longDescription": "Burnrate monitors usage and remaining quota across Claude Code, Codex, OpenRouter, and Runpod accounts.",
    "macOS": {
      "entitlements": "entitlements.macos.plist"
    }
  }
}