mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
Refactor desktop app into separate client and proxy apps
This commit is contained in:
10
crates-tauri/yaak-app-proxy/capabilities/default.json
Normal file
10
crates-tauri/yaak-app-proxy/capabilities/default.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"identifier": "default",
|
||||
"description": "Default capabilities for the Yaak Proxy app",
|
||||
"windows": [
|
||||
"*"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user