UNPKG
@managed-components/custom-image
Version:
latest (1.0.0)
1.0.0
An MC for a custom image tool
@managed-components/custom-image
/
manifest.json
13 lines
(12 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"custom-image"
,
"namespace"
:
"custom-image"
,
"description"
:
"An MC for a custom image tool"
,
"icon"
:
"assets/icon.svg"
,
"permissions"
:
{
"client_network_requests"
:
{
"description"
:
"This permission is used to send image GET requests"
,
"required"
:
true
}
}
}