worthweave 0.1.1

Private local-first investment portfolio
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Worthweave",
  "version": "0.1.1",
  "identifier": "app.worthweave.portfolio",
  "build": {
    "beforeDevCommand": "pnpm dev",
    "devUrl": "http://127.0.0.1:5173",
    "beforeBuildCommand": "pnpm build",
    "frontendDist": "../frontend/dist"
  },
  "app": {
    "windows": [
      {
        "title": "Worthweave",
        "width": 1280,
        "height": 900,
        "minWidth": 960,
        "minHeight": 760,
        "maximized": true,
        "resizable": true,
        "fullscreen": false
      }
    ],
    "security": {
      "csp": "default-src 'self'; script-src 'self'; style-src 'self'; style-src-attr 'unsafe-inline'; img-src 'self' asset: data:; connect-src ipc: http://ipc.localhost; font-src 'self' data:; object-src 'none'; frame-src 'none'; worker-src 'none'; base-uri 'none'; form-action 'none'"
    }
  },
  "bundle": {
    "active": true,
    "targets": ["app", "dmg"],
    "resources": [
      "resources/THIRD_PARTY_NOTICES.md"
    ],
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns"
    ],
    "category": "Finance",
    "shortDescription": "Private portfolio intelligence",
    "longDescription": "A local-first investment portfolio for Trading 212, Interactive Brokers, and Robinhood.",
    "macOS": {
      "minimumSystemVersion": "13.0"
    }
  },
  "plugins": {
    "updater": {
      "endpoints": [
        "https://github.com/kabudu/worth-weave/releases/latest/download/latest.json"
      ],
      "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyNzFCOTZCNDQyMDNDQTYKUldTbVBDQkVhN2x4SWpJT1VtcnBmR2xPbUVOZXhESkpEUjhSUzBtSXA1eDNrN2RKbDBIM3hKUVcK"
    }
  }
}