Files
paseo/packages/desktop/src-tauri/capabilities/default.json
Mohamed Boudra b1b0be7b56 Update files
2026-02-05 22:35:43 +07:00

21 lines
417 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"remote": {
"urls": [
"http://localhost:8081/*",
"http://127.0.0.1:8081/*"
]
},
"windows": [
"main"
],
"permissions": [
"core:default",
"core:window:allow-start-dragging",
"core:window:allow-toggle-maximize",
"websocket:default"
]
}