mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 19:51:01 +00:00
deps: add HTTP plugin support
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
@@ -17,9 +19,14 @@
|
||||
{
|
||||
"identifier": "fs:scope",
|
||||
"allow": [
|
||||
{ "path": "$HOME/**/*" },
|
||||
{ "path": "$APPDATA/**/*" }
|
||||
{
|
||||
"path": "$HOME/**/*"
|
||||
},
|
||||
{
|
||||
"path": "$APPDATA/**/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"http:default"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user