{ "$schema": "https://schema.tauri.app/config/2", "productName": "UltiCal", "version": "0.1.0", "identifier": "space.ulti.cal", "build": { "frontendDist": "../../../../out", "devUrl": "http://localhost:3005", "beforeDevCommand": "bash \"$ULTI_REPO_ROOT/mobile/scripts/dev-mobile-tauri.sh\" agenda", "beforeBuildCommand": "bash \"$ULTI_REPO_ROOT/mobile/scripts/build-mobile.sh\" agenda" }, "app": { "windows": [ { "label": "main", "title": "UltiCal", "url": "/agenda/", "width": 420, "height": 900 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "category": "Productivity", "icon": [ "icons/icon.png" ] }, "plugins": { "deep-link": { "mobile": [ { "host": "space.ulti.app", "pathPrefix": [ "/app/agenda" ] } ], "desktop": { "schemes": [ "ultiagenda" ] } } } }