-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
33 lines (31 loc) · 869 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"type": "panel",
"name": "Trend",
"id": "trend-panel",
"info": {
"description": "Trend panel for grafana",
"author": {
"name": "Mirko Buholzer",
"url": "https://buholzer.com"
},
"keywords": ["trend", "panel"],
"logos": {
"small": "img/trend-panel-icon.svg",
"large": "img/trend-panel-icon.svg"
},
"links": [
{"name": "Project site", "url": "https://github.com/buholzer/grafana-trend-panel"},
{"name": "MIT License", "url": "https://github.com/buholzer/grafana-trend-panel/blob/master/LICENSE"}
],
"screenshots": [
{"name": "Showcase", "path": "img/screenshot-showcase.png"},
{"name": "Options", "path": "img/screenshot-options.png"}
],
"version": "0.0.1",
"updated": "2018-04-23"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}