| { | |
| "$schema": "https://schema.tauri.app/config/2", | |
| "productName": "Midday", | |
| "identifier": "ai.midday.app", | |
| "app": { | |
| "macOSPrivateApi": true, | |
| "withGlobalTauri": true, | |
| "security": { | |
| "csp": null, | |
| "dangerousDisableAssetCspModification": true, | |
| "freezePrototype": false, | |
| "capabilities": ["default"] | |
| } | |
| }, | |
| "bundle": { | |
| "active": true, | |
| "targets": "all", | |
| "createUpdaterArtifacts": true, | |
| "macOS": { | |
| "dmg": { | |
| "background": "./images/installer.png" | |
| } | |
| }, | |
| "icon": [ | |
| "icons/production/32x32.png", | |
| "icons/production/128x128.png", | |
| "icons/production/128x128@2x.png", | |
| "icons/production/icon.icns", | |
| "icons/production/icon.ico" | |
| ] | |
| }, | |
| "plugins": { | |
| "deep-link": { | |
| "desktop": { | |
| "schemes": ["midday"] | |
| } | |
| }, | |
| "updater": { | |
| "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkwNzNERjA3NzVBNDM3QkMKUldTOE42UjFCOTl6a0IrZW1EcEhhRHlUZ0Z2YW5sT0N4aVdQVE5aOEVTem9GTE1QRzJPM2JaUmMK", | |
| "endpoints": ["https://api.midday.ai/desktop/update"], | |
| "createUpdaterArtifacts": true, | |
| "dangerousInsecureTransportProtocol": true | |
| } | |
| } | |
| } | |