Skip to content

Commit

Permalink
automated release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Mar 7, 2024
1 parent b1a3cc0 commit 359c86c
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",

"type": "datasource",
"name": "Google Sheets",
"id": "grafana-googlesheets-datasource",

"backend": true,
"executable": "gpx_sheets",
"metrics": true,
"annotations": true,

"info": {
"description": "Show data from google sheets",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["google", "sheets", "spreadsheets", "excel"],
"logos": {
"small": "img/sheets.svg",
"large": "img/sheets.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/google-sheets-datasource"
}
],
"screenshots": [
{
"name": "Average temperature dashboard example",
"path": "img/dashboard.png"
},
{
"name": "Average temperature spreadsheet example",
"path": "img/spreadsheet.png"
},
{
"name": "Average temperature table example",
"path": "img/table.png"
},
{
"name": "Average temperature graph example",
"path": "img/graph.png"
},
{
"name": "Query editor",
"path": "img/query-editor.png"
},
{
"name": "Config page - Google JWT File auth",
"path": "img/config-page.png"
}
],
"version": "1.2.6",
"updated": "2024-03-07"
},
"dependencies": {
"grafanaDependency": ">=8.1.0",
"plugins": []
}
}

0 comments on commit 359c86c

Please sign in to comment.