mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 06:16:58 +02:00
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"appId": "org.triliumnotes.trilium",
|
|
"appName": "Trilium Notes",
|
|
"webDir": "../client-standalone/dist",
|
|
"server": {
|
|
"androidScheme": "https",
|
|
"hostname": "localhost"
|
|
},
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchAutoHide": true,
|
|
"launchShowDuration": 2000,
|
|
"launchFadeOutDuration": 300
|
|
}
|
|
}
|
|
}
|