{ "$schema": "https://schema.tauri.app/config/2", "productName": "ThoughtSync", "version": "0.1.0", "identifier": "com.fabledsword.thoughtsync", "build": { "frontendDist": "../../frontend/dist", "devUrl": "http://localhost:5173", "beforeDevCommand": "cd \"$(git rev-parse --show-toplevel)/frontend\" && npm run dev", "beforeBuildCommand": "cd \"$(git rev-parse --show-toplevel)/frontend\" && npm ci && npm run build" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "ThoughtSync", "width": 1100, "height": 780, "minWidth": 480, "minHeight": 600, "resizable": true, "center": true } ], "security": { "csp": null } }, "plugins": { "updater": { "endpoints": [ "https://git.fabledsword.com/bvandeusen/thoughtsync/releases/download/stable/latest.json" ], "pubkey": "", "windows": { "installMode": "passive" } } }, "bundle": { "active": true, "targets": ["deb", "appimage"], "category": "Utility", "shortDescription": "Local-first Keep-style thought capture.", "longDescription": "ThoughtSync captures a fleeting thought in a second on a Keep-style board and grows into a lightweight second brain. Local-first: works fully offline on an on-device store, and optionally syncs to your self-hosted ThoughtSync server.", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png" ] } }