Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 124fd9a

Browse files
committed
add screenshots to plugin.json
1 parent f447b74 commit 124fd9a

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

src/plugin.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
4-
"name": "Node Graph API Plugin",
4+
"name": "Node Graph API Datasource Plugin",
55
"id": "hamedkarbasi93-nodegraphapi-datasource",
66
"metrics": true,
77
"info": {
@@ -10,7 +10,11 @@
1010
"name": "Hamed Karbasi",
1111
"url": "https://grafana.com/orgs/hamedkarbasi93"
1212
},
13-
"keywords": ["nodegraph", "datasource", "api"],
13+
"keywords": [
14+
"nodegraph",
15+
"datasource",
16+
"api"
17+
],
1418
"logos": {
1519
"small": "img/logo.svg",
1620
"large": "img/logo.svg"
@@ -25,7 +29,16 @@
2529
"url": "https://github.com/exaco/nodegraph-api-plugin/blob/master/LICENSE"
2630
}
2731
],
28-
"screenshots": [],
32+
"screenshots": [
33+
{
34+
"name": "Add Datasource",
35+
"path": "img/add-datasource.png"
36+
},
37+
{
38+
"name": "Graph Example",
39+
"path": "img/graph-example.png"
40+
}
41+
],
2942
"version": "0.1.0",
3043
"updated": "%TODAY%"
3144
},

0 commit comments

Comments
 (0)