Skip to content

Commit b6ab09c

Browse files
committed
automated release 1.2.9
1 parent eef6fa7 commit b6ab09c

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

dist/plugin.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
3+
4+
"type": "datasource",
5+
"name": "Google Sheets",
6+
"id": "grafana-googlesheets-datasource",
7+
8+
"backend": true,
9+
"executable": "gpx_sheets",
10+
"metrics": true,
11+
"annotations": true,
12+
13+
"info": {
14+
"description": "Show data from google sheets",
15+
"author": {
16+
"name": "Grafana Labs",
17+
"url": "https://grafana.com"
18+
},
19+
"keywords": ["google", "sheets", "spreadsheets", "excel", "cloud provider"],
20+
"logos": {
21+
"small": "img/sheets.svg",
22+
"large": "img/sheets.svg"
23+
},
24+
"links": [
25+
{
26+
"name": "Website",
27+
"url": "https://github.com/grafana/google-sheets-datasource"
28+
}
29+
],
30+
"screenshots": [
31+
{
32+
"name": "Average temperature dashboard example",
33+
"path": "img/dashboard.png"
34+
},
35+
{
36+
"name": "Average temperature spreadsheet example",
37+
"path": "img/spreadsheet.png"
38+
},
39+
{
40+
"name": "Average temperature table example",
41+
"path": "img/table.png"
42+
},
43+
{
44+
"name": "Average temperature graph example",
45+
"path": "img/graph.png"
46+
},
47+
{
48+
"name": "Query editor",
49+
"path": "img/query-editor.png"
50+
},
51+
{
52+
"name": "Config page - Google JWT File auth",
53+
"path": "img/config-page.png"
54+
}
55+
],
56+
"version": "1.2.9",
57+
"updated": "2024-06-24"
58+
},
59+
"dependencies": {
60+
"grafanaDependency": ">=9.5.18",
61+
"grafanaVersion": "9.5.x",
62+
"plugins": []
63+
}
64+
}

0 commit comments

Comments
 (0)