feat: add identifier, description, and windows properties to desktop-windows capabilities fix: correct desktop-windows capability name in configuration
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"identifier": "desktop-windows-capability",
|
|
"description": "permissions for desktop windows applications",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:webview:allow-create-webview",
|
|
"core:webview:allow-create-webview-window"
|
|
]
|
|
}
|