{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeDevCommand": "bun run start", "beforeBuildCommand": "bun run build", "devPath": "http://localhost:4200", "distDir": "../dist" }, "package": { "productName": "BufPiv", "version": "0.0.0" }, "tauri": { "allowlist": { "all": false, "fs": { "all": true }, "dialog": { "all": true }, "window": { "all": false, "center": false, "close": false, "create": false, "hide": false, "maximize": false, "minimize": false, "print": false, "requestUserAttention": false, "setAlwaysOnTop": false, "setClosable": false, "setContentProtected": false, "setCursorGrab": false, "setCursorIcon": false, "setCursorPosition": false, "setCursorVisible": false, "setDecorations": false, "setFocus": false, "setFullscreen": false, "setIcon": false, "setIgnoreCursorEvents": false, "setMaxSize": false, "setMaximizable": false, "setMinSize": false, "setMinimizable": false, "setPosition": false, "setResizable": false, "setSize": false, "setSkipTaskbar": false, "setTitle": false, "show": false, "startDragging": true, "unmaximize": false, "unminimize": false } }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "Michael Pivato 2024", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "dev.michaelpivato", "longDescription": "Create and edit protobuf and json files based on protobuf definitions.", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 600, "resizable": true, "title": "BufPiv", "hiddenTitle": true, "width": 800, "titleBarStyle": "Overlay" } ] } }