forked from grafana/grafana-image-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
27 lines (26 loc) · 778 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
{
"type": "renderer",
"name": "Grafana Image Renderer",
"id": "grafana-image-renderer",
"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": "1.0.10",
"updated": "2020-02-18",
"dependencies": {
"grafanaVersion": "5.2"
}
}
}