25 строки
560 B
JSON
25 строки
560 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
|
||
|
|
"type": "panel",
|
||
|
|
"name": "custom-svg",
|
||
|
|
"id": "amd-custom-svg",
|
||
|
|
"info": {
|
||
|
|
"description": "",
|
||
|
|
"author": {
|
||
|
|
"name": "Cole Ramos",
|
||
|
|
"url": ""
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"logos": {
|
||
|
|
"small": "img/logo.svg",
|
||
|
|
"large": "img/logo.svg"
|
||
|
|
},
|
||
|
|
"screenshots": [],
|
||
|
|
"version": "%VERSION%",
|
||
|
|
"updated": "%TODAY%"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"grafanaDependency": ">=7.0.0",
|
||
|
|
"plugins": []
|
||
|
|
}
|
||
|
|
}
|