mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-04 12:32:58 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for Trackeep Desktop windows",
|
|
"windows": [
|
|
"setup",
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default"
|
|
]
|
|
}
|