31 lines
831 B
JSON
31 lines
831 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
|
|
"type": "panel",
|
|
"name": "Grafana Panel Plugin Template",
|
|
"id": "myorgid-simple-panel",
|
|
|
|
"info": {
|
|
"description": "Grafana Panel Plugin Template",
|
|
"author": {
|
|
"name": "Your Name"
|
|
},
|
|
"keywords": ["panel", "template"],
|
|
"logos": {
|
|
"small": "img/logo.svg",
|
|
"large": "img/logo.svg"
|
|
},
|
|
"links": [
|
|
{"name": "Website", "url": "https://github.com/grafana/grafana-starter-panel"},
|
|
{"name": "License", "url": "https://github.com/grafana/grafana-starter-panel/blob/master/LICENSE"}
|
|
],
|
|
"screenshots": [],
|
|
"version": "%VERSION%",
|
|
"updated": "%TODAY%"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaDependency": ">=7.0.0",
|
|
"plugins": []
|
|
}
|
|
}
|