forked from grafana/grafana-image-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
29 lines (27 loc) · 805 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
{
"type": "renderer",
"name": "Grafana Image Renderer",
"id": "grafana-image-renderer",
"backend": true,
"info": {
"description": "Grafana Backend Image Renderer that uses headless chrome to capture images.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["renderer", "png", "backend", "image"],
"logos": {
"small": "img/icon.png",
"large": "img/icon.png"
},
"links": [
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
],
"version": "2.0.0",
"updated": "2020-05-16"
},
"dependencies": {
"grafanaVersion": "5.x.x 6.x.x 7.x.x"
}
}