Add application log viewer

This commit is contained in:
2026-06-07 15:09:59 +02:00
parent d63d4b9c2f
commit 20404d0145
10 changed files with 1090 additions and 328 deletions
@@ -0,0 +1,11 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "main-logs",
"description": "Capability for the main-logs window",
"windows": [
"main-logs"
],
"permissions": [
"core:default"
]
}