{ "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Court Pilot", "mainBinaryName": "court-pilot", "version": "1.1.4", "identifier": "com.courtpilot.dev", "build": { "frontendDist": "../www", "devUrl": "http://localhost:8103", "beforeDevCommand": "npm start", "beforeBuildCommand": "ionic build" }, "app": { "windows": [ { "minHeight": 600, "minWidth": 800, "title": "Court Pilot", "width": 800, "height": 600, "resizable": true, "fullscreen": false, "center": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "android": { "debugApplicationIdSuffix": ".debug" }, "createUpdaterArtifacts": true, "license": "MIT", "licenseFile": "../LICENSE" }, "plugins": { "updater": { "endpoints": [ "https://cdn.crabnebula.app/update/trweb/court-pilot/{{target}}-{{arch}}/{{current_version}}" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY3MDU5NkNDN0Y3QTQ3RDgKUldUWVIzcC96SllGOTduTUFweEUraTE2WUxjczRJNDdoaFFIb1VRT1o5aHdJeFg2RlRlUGoxRTcK" } } }