mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
26 lines
576 B
JSON
26 lines
576 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
|
||
|
"type": "panel",
|
||
|
"name": "Sandbox test plugin",
|
||
|
"id": "sandbox-test-panel",
|
||
|
"info": {
|
||
|
"keywords": ["panel"],
|
||
|
"description": "",
|
||
|
"author": {
|
||
|
"name": "Grafana"
|
||
|
},
|
||
|
"logos": {
|
||
|
"small": "img/logo.svg",
|
||
|
"large": "img/logo.svg"
|
||
|
},
|
||
|
"links": [],
|
||
|
"screenshots": [],
|
||
|
"version": "1.0.0",
|
||
|
"updated": "2023-06-27"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"grafanaDependency": ">=10.0",
|
||
|
"plugins": []
|
||
|
}
|
||
|
}
|