Skip to content

Commit a91a6d3

Browse files
authored
fix-packaging (#66)
1 parent 9f7d61f commit a91a6d3

File tree

6 files changed

+157
-6
lines changed

6 files changed

+157
-6
lines changed

src/img/example.png

966 KB
Loading

src/img/icn-geomap.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/img/icn-map-panel.svg

Lines changed: 136 additions & 0 deletions
Loading

src/img/options.png

73.9 KB
Loading

src/img/popup.png

515 KB
Loading

src/plugin.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@
33
"name": "Orchestra Cities Map",
44
"id": "orchestracities-map-panel",
55
"state": "beta",
6-
76
"info": {
87
"description": "Orchestra Cities Map",
98
"author": {
109
"name": "Orchestra Cities",
1110
"url": "https://github.com/orchestracities"
1211
},
13-
"keywords": ["map", "geojson", "icons"],
12+
"keywords": [
13+
"map",
14+
"geojson",
15+
"icons"
16+
],
1417
"logos": {
15-
"small": "img/icn-geomap.svg",
16-
"large": "img/icn-geomap.svg"
18+
"small": "img/icn-map-panel.svg",
19+
"large": "img/icn-map-panel.svg"
1720
},
1821
"links": [
1922
{
@@ -25,7 +28,20 @@
2528
"url": "https://github.com/orchestracities/grafana-map-plugin/blob/master/LICENSE"
2629
}
2730
],
28-
"screenshots": [{"name": "example", "path": "example.png"}],
31+
"screenshots": [
32+
{
33+
"name": "Example",
34+
"path": "img/example.png"
35+
},
36+
{
37+
"name": "Configuration Options",
38+
"path": "img/options.png"
39+
},
40+
{
41+
"name": "Popup example",
42+
"path": "img/popup.png"
43+
}
44+
],
2945
"version": "%VERSION%",
3046
"updated": "%TODAY%"
3147
},

0 commit comments

Comments
 (0)