mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-12 17:59:43 +00:00
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:app:allow-version"
|
|
]
|
|
}
|
|
|