panorama/ui/src-tauri/capabilities/migrated.json

30 lines
561 B
JSON
Raw Normal View History

2024-06-02 21:37:36 +00:00
{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": [
"main"
],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open",
{
"identifier": "http:default",
"allow": [
{
"url": "http://localhost:5195/*"
}
]
},
"app:allow-app-show",
"app:allow-app-hide",
"shell:default",
"http:default"
]
}