{ "$schema": "https://schema.tauri.app/config/2", "productName": "BalancedBreakfast", "version": "0.3.3", "identifier": "com.balancedbreakfast.app", "build": { "frontendDist": "../src-tauri/frontend" }, "app": { "withGlobalTauri": true, "windows": [ { "label": "main", "title": "Balanced Breakfast", "width": 1200, "height": 800, "minWidth": 320, "minHeight": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' https: data:; connect-src ipc: http://ipc.localhost http://127.0.0.1" } }, "bundle": { "active": true, "createUpdaterArtifacts": true, "targets": "all", "resources": [ "../plugins/*.rhai", "../../../MNW/shared/themes/*.toml" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/icon.icns", "icons/icon.ico" ], "iOS": { "developmentTeam": "93C54W92UP" } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFERkY1NDNFNTc4MDg2RkYKUldUL2hvQlhQbFQvSFM5N29oRFJpR2kzNFp2enJqZzhSamdOME5IUEhOV3JsOW1TWmZubE1ZRUcK", "endpoints": [ "https://makenot.work/api/v1/sync/ota/balanced-breakfast/{{target}}/{{arch}}/{{current_version}}" ] } } }