Skip to content

Commit

Permalink
Restored
Browse files Browse the repository at this point in the history
  • Loading branch information
LucFauvel committed Sep 6, 2024
1 parent 95b8f83 commit 9fc2ecf
Show file tree
Hide file tree
Showing 3 changed files with 4,608 additions and 2,885 deletions.
3,617 changes: 3,616 additions & 1 deletion apps/desktop/src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

34 changes: 33 additions & 1 deletion apps/desktop/src-tauri/gen/schemas/capabilities.json
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
{"desktop-capability":{"identifier":"desktop-capability","description":"","local":true,"windows":["main","settings"],"webviews":["main","settings"],"permissions":["core:default","updater:default","fs:default",{"identifier":"fs:allow-app-write","allow":[{"path":"$APPCONFIG/*"}]},"core:window:allow-set-size","core:window:allow-start-dragging","process:default","core:tray:default","core:app:default","core:event:default","shell:default","websocket:default","window-state:default",{"identifier":"http:default","allow":[{"url":"https://api.overlayed.dev"}]}],"platforms":["macOS","windows","linux"]},"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["main"],"permissions":["core:default"]}}
{
"desktop-capability": {
"identifier": "desktop-capability",
"description": "",
"local": true,
"windows": ["main", "settings"],
"webviews": ["main", "settings"],
"permissions": [
"core:default",
"updater:default",
"fs:default",
{ "identifier": "fs:allow-app-write", "allow": [{ "path": "$APPCONFIG/*" }] },
"core:window:allow-set-size",
"core:window:allow-start-dragging",
"process:default",
"core:tray:default",
"core:app:default",
"core:event:default",
"shell:default",
"websocket:default",
"window-state:default",
{ "identifier": "http:default", "allow": [{ "url": "https://api.overlayed.dev" }] }
],
"platforms": ["macOS", "windows", "linux"]
},
"migrated": {
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": ["main"],
"permissions": ["core:default"]
}
}
Loading

0 comments on commit 9fc2ecf

Please sign in to comment.