mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
This re-designs the "About" window of the GUI client. |Before|After| |---|---| ||| I also reduced the window in its size and made it non-resizable to avoid it looking bad when users try to fiddle around with it. The embedded Git hash is also trimmed to 8 characters, currently it is embedded as the fully hash.
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default-capability",
|
|
"description": "Capability for our windows",
|
|
"windows": ["*"],
|
|
"permissions": [
|
|
"core:path:default",
|
|
"core:event:default",
|
|
"core:window:default",
|
|
"core:app:default",
|
|
"core:resources:default",
|
|
"core:menu:default",
|
|
"core:tray:default",
|
|
"notification:default",
|
|
"shell:default"
|
|
]
|
|
}
|