19 lines
510 B
JSON
19 lines
510 B
JSON
|
|
{
|
||
|
|
"identifier": "http-capability",
|
||
|
|
"description": "HTTP permissions for GitHub API access and plugin marketplace",
|
||
|
|
"local": true,
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": [
|
||
|
|
{
|
||
|
|
"identifier": "http:default",
|
||
|
|
"allow": [
|
||
|
|
{ "url": "https://github.com/**" },
|
||
|
|
{ "url": "https://api.github.com/**" },
|
||
|
|
{ "url": "https://raw.githubusercontent.com/**" },
|
||
|
|
{ "url": "https://cdn.jsdelivr.net/**" },
|
||
|
|
{ "url": "https://fastly.jsdelivr.net/**" }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|