Skip to content

Commit

Permalink
automated release 1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Jan 7, 2025
1 parent 593f663 commit 0fe103f
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"$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": "The Google Sheets data source plugin for Grafana lets you to visualize your Google spreadsheets in Grafana",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["google", "sheets", "google sheets", "spreadsheets", "excel", "cloud provider", "google api", "analytics", "developer tools"],
"logos": {
"small": "img/sheets.svg",
"large": "img/sheets.svg"
},
"links": [
{
"name": "Docs",
"url": "https://grafana.com/docs/plugins/grafana-googlesheets-datasource/"
},
{
"name": "Website",
"url": "https://github.com/grafana/google-sheets-datasource"
},
{
"name": "Report bug",
"url": "https://github.com/grafana/google-sheets-datasource/issues"
}
],
"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.18",
"updated": "2025-01-07"
},
"dependencies": {
"grafanaDependency": ">=9.5.18",
"grafanaVersion": "9.5.x",
"plugins": []
}
}

0 comments on commit 0fe103f

Please sign in to comment.