{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn start", "devPath": "http://localhost:3000", "distDir": "../packages/app/build" }, "package": { "productName": "Snort", "version": "0.1.6" }, "tauri": { "allowlist": { "all": false }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/128x128.png", "icons/128x128@2x.png" ], "identifier": "social.snort.app", "longDescription": "", "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": "snort.social", "width": 800 } ] } }