40 lines
924 B
JSON
40 lines
924 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json",
|
|
"productName": "DeafBlind Video Assistant",
|
|
"version": "1.0.0",
|
|
"identifier": "com.deafblind-video-assistant.app",
|
|
"app": {
|
|
"security": {
|
|
"csp": null,
|
|
"capabilities": ["default"]
|
|
},
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "DeafBlind Video Assistant",
|
|
"width": 800,
|
|
"height": 600,
|
|
"visible": true,
|
|
"label": "main"
|
|
}
|
|
]
|
|
},
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["app"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|