All checks were successful
- Updated capabilities.json to include new permissions for dialog and process features. - Expanded desktop-schema.json and windows-schema.json with detailed dialog and process permissions, including allow/deny options for various commands. - Integrated dialog and process plugins in lib.rs to enable new functionalities in the application.
1 line
587 B
JSON
1 line
587 B
JSON
{"default":{"identifier":"default","description":"Default capability for all windows","local":true,"windows":["*"],"permissions":["core:default","opener:default","opener:allow-open-url","opener:allow-default-urls","notification:default","autostart:default","updater:default","dialog:default","process:allow-restart"],"platforms":["linux","windows","macOS"]},"mobile":{"identifier":"mobile","description":"Default capability for mobile","local":true,"windows":["*"],"permissions":["core:default","notification:default","deep-link:default","opener:default"],"platforms":["android","iOS"]}} |