22 lines
300 B
JSON
22 lines
300 B
JSON
{
|
|
"identifier": "desktop-capability",
|
|
"platforms": [
|
|
"macOS",
|
|
"windows",
|
|
"linux"
|
|
],
|
|
"windows": [
|
|
"welcome",
|
|
"folder-*",
|
|
"commit-*",
|
|
"merge-*",
|
|
"stash-*",
|
|
"push-*",
|
|
"settings",
|
|
"project-boot"
|
|
],
|
|
"permissions": [
|
|
"window-state:default"
|
|
]
|
|
}
|