mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Tech Monitor",
|
|
"mainBinaryName": "tech-monitor",
|
|
"identifier": "app.worldmonitor.tech.desktop",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Tech Monitor"
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"shortDescription": "Tech Monitor desktop app",
|
|
"longDescription": "Tech Monitor desktop app for real-time AI and technology intelligence."
|
|
}
|
|
}
|