{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "HelixNotes", "version": "1.1.0", "identifier": "com.helixnotes.app", "build": { "frontendDist": "../build", "devUrl": "http://localhost:5173", "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build" }, "app": { "windows": [ { "title": "HelixNotes", "label": "main", "width": 1200, "height": 800, "minWidth": 800, "minHeight": 500, "resizable": true, "fullscreen": false, "decorations": false } ], "security": { "csp": "default-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' asset: http://asset.localhost blob: data:; font-src 'self' data:; style-src 'self' 'unsafe-inline'", "assetProtocol": { "enable": true, "scope": ["**/*", "/**", "**/.helixnotes/**"] } } }, "plugins": { "updater": { "endpoints": ["https://helixnotes.com/latest.json"], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFEODY0N0JDRjFEOTVGQTEKUldTaFg5bnh2RWVHclFEcW4wdjB2cWg0TWZNRkRxZThMYnZEV0pKV09YK1ZxcHBYOUJwT1pGT3UK" } }, "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": "v1Compatible", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "linux": { "deb": { "depends": [] }, "appimage": { "bundleMediaFramework": false } } } }