feat: portable version of hoppscotch-agent (#4468)
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main", "test"],
|
||||
"permissions": [
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{
|
||||
"url": "https://*.tauri.app"
|
||||
},
|
||||
{
|
||||
"url": "https://*.microsoft.*"
|
||||
}
|
||||
]
|
||||
},
|
||||
"core:default",
|
||||
"shell:allow-open",
|
||||
"core:window:allow-close",
|
||||
|
||||
Reference in New Issue
Block a user