{ "$schema": "https://schema.tauri.app/config/2", "productName": "rlidentitygui", "version": "2.0.0", "identifier": "me.rlidentity.gui", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "RLidentity", "width": 600, "height": 600, "resizable": false, "fullscreen": false, "transparent": false, "decorations": false, "devtools": false } ], "security": { "csp": "default-src 'self'; connect-src 'self' https://api.rlidentity.me https://git.rlidentity.me" } }, "plugins": { "updater": { "endpoints": [ "https://api.rlidentity.me/version" ], "pubkey": "DWY+YmX5uY2E3N0N3Q0N3Q0N3Q0N3Q0N3Q0N3Q0N3Q0N3Q==" } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }