mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "http-scope",
|
|
"description": "HTTP fetch scope",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{ "url": "http://*:*/*" },
|
|
{ "url": "https://*:*/*" },
|
|
{ "url": "http://*/*" },
|
|
{ "url": "https://*/*" }
|
|
]
|
|
}
|
|
]
|
|
}
|