98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
28 lines
556 B
JSON
28 lines
556 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "enables the default permissions",
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:webview:allow-set-webview-zoom",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-internal-toggle-maximize",
|
|
"http:default",
|
|
"opener:default",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://**"
|
|
},
|
|
{
|
|
"url": "http://**"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|