diff --git a/src/img/zabbix_logo_200.png b/src/img/zabbix_logo_200.png new file mode 100644 index 0000000..37fc09e Binary files /dev/null and b/src/img/zabbix_logo_200.png differ diff --git a/src/img/zabbix_logo_400.png b/src/img/zabbix_logo_400.png new file mode 100644 index 0000000..35069e1 Binary files /dev/null and b/src/img/zabbix_logo_400.png differ diff --git a/src/plugin.json b/src/plugin.json index 6ed06fa..5df385b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -15,6 +15,10 @@ "url": "https://github.com/alexanderzobnin/grafana-zabbix" }, "keywords": ["zabbix"], + "logos": { + "small": "/img/zabbix_logo_200.png", + "large": "/img/zabbix_logo_400.png" + }, "links": [ {"name": "Project site", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, {"name": "License & Terms", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE.md"}