{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "devPath": "http://localhost:5173", "distDir": "../dist" }, "package": { "productName": "creddy", "version": "0.4.2" }, "tauri": { "allowlist": { "os": {"all": true}, "dialog": {"open": true} }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "creddy", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { "fragmentPaths": ["conf/cli.wxs"], "componentRefs": ["CliBinary", "AddToPath"] } } }, "security": { "csp": { "default-src": ["'self'"], "style-src": ["'self'", "'unsafe-inline'"] } }, "updater": { "active": false }, "windows": [ { "fullscreen": false, "height": 600, "resizable": true, "label": "main", "title": "Creddy", "width": 800, "visible": false } ], "systemTray": { "iconPath": "icons/icon.png", "iconAsTemplate": true } } }