mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-23 01:46:37 +08:00
d705861d25
Change desktop entry type from 'url' (opens external browser) to 'iframe' (embeds the web UI inside the fnOS desktop window), per the official Application Entry documentation at developer.fnnas.com/docs/core-concepts/app-entry.
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
{
|
|
".url": {
|
|
"langbot.main": {
|
|
"title": "LangBot",
|
|
"icon": "images/icon-{0}.png",
|
|
"type": "iframe",
|
|
"protocol": "http",
|
|
"port": "${wizard_port}",
|
|
"url": "/",
|
|
"allUsers": true
|
|
}
|
|
}
|
|
}
|