mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-20 02:22:53 -05:00
10 lines
222 B
JSON
10 lines
222 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"shell:allow-open"
|
|
]
|
|
}
|