Skip to content

Commit fadf5c9

Browse files
authored
Plugin: Adds icon (#95)
1 parent 19ffd96 commit fadf5c9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build
55
devenv
66
dist
77
docs
8+
img
89
node_modules
910
scripts
1011
.prettierignore

img/icon.png

524 Bytes
Loading

plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
},
1212
"keywords": ["renderer", "png", "backend", "image"],
1313
"logos": {
14+
"small": "img/icon.png",
15+
"large": "img/icon.png"
1416
},
1517
"links": [
1618
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},

scripts/package_target.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ fi
4646
cp plugin.json ${COPY_PATH}
4747
cp README.md ${COPY_PATH}
4848
cp LICENSE ${COPY_PATH}
49+
cp -r img ${COPY_PATH}

0 commit comments

Comments
 (0)