mirror of
https://github.com/different-ai/openwork
synced 2026-05-13 10:36:24 +02:00
37 lines
683 B
JSON
37 lines
683 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "OpenWork Dev",
|
|
"identifier": "com.differentai.openwork.dev",
|
|
"bundle": {
|
|
"icon": [
|
|
"icons/dev/32x32.png",
|
|
"icons/dev/128x128.png",
|
|
"icons/dev/128x128@2x.png",
|
|
"icons/icon-dev.icns"
|
|
],
|
|
"macOS": {
|
|
"bundleName": "OpenWork - Dev",
|
|
"infoPlist": "./Info.dev.plist"
|
|
}
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "OpenWork - Dev",
|
|
"width": 1180,
|
|
"height": 820,
|
|
"resizable": true
|
|
}
|
|
]
|
|
},
|
|
"plugins": {
|
|
"deep-link": {
|
|
"desktop": {
|
|
"schemes": [
|
|
"openwork-dev"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|