2025-12-12 13:32:55 -03:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
2025-12-12 14:16:19 -03:00
|
|
|
"productName": "BotDevice",
|
2025-12-12 13:32:55 -03:00
|
|
|
"version": "1.0.0",
|
2025-12-12 14:16:19 -03:00
|
|
|
"identifier": "br.com.pragmatismo.botdevice",
|
2025-12-12 13:32:55 -03:00
|
|
|
"build": {
|
|
|
|
|
"beforeDevCommand": "",
|
|
|
|
|
"beforeBuildCommand": "",
|
|
|
|
|
"frontendDist": "../botui/ui/suite"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
},
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
2025-12-12 14:16:19 -03:00
|
|
|
"title": "BotDevice",
|
2025-12-12 13:32:55 -03:00
|
|
|
"fullscreen": true,
|
|
|
|
|
"resizable": false
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": ["apk", "aab"],
|
|
|
|
|
"android": {
|
|
|
|
|
"minSdkVersion": 24
|
|
|
|
|
},
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/icon.png"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"notification": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
},
|
|
|
|
|
"http": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"scope": ["https://**", "http://**"]
|
|
|
|
|
},
|
|
|
|
|
"geolocation": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|