Files
IdP/tauri_app/src-tauri/tauri.conf.json
2026-06-26 15:08:02 +03:00

40 lines
1.3 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lendry ID",
"version": "0.1.0",
"identifier": "ru.lendry.id.superapp",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": false,
"windows": [
{
"title": "Lendry ID",
"width": 1180,
"height": 820,
"minWidth": 390,
"minHeight": 720,
"resizable": true,
"fullscreen": false
}
],
"security": {
"csp": "default-src 'self'; connect-src 'self' http://localhost:* https://* ws://localhost:* wss://*; img-src 'self' data: blob: https://*; media-src 'self' blob:; style-src 'self' 'unsafe-inline'; script-src 'self';"
}
},
"bundle": {
"active": true,
"targets": ["dmg", "app", "msi", "deb", "rpm"],
"category": "Productivity",
"shortDescription": "Мессенджер, SSO-аутентификатор и TOTP в одном приложении",
"longDescription": "Lendry ID Super App объединяет семейный мессенджер, QR-подтверждение входа и безопасное хранилище TOTP-кодов."
},
"plugins": {
"opener": {}
}
}