You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
1008 B

{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "app",
"name": "Data Exporter App",
"id": "corpglory-dataexporter-app",
"info": {
"description": "Export dashboard data into CSV",
"author": {
"name": "CorpGlory Inc."
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"keywords": ["export", "csv"],
"screenshots": [
{
"name": "Task List",
"path": "img/task-list.png"
},
{
"name": "Task Creation",
"path": "img/task-creation.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"routes": [
{
"path": "api/*",
"method": "*",
"url": "{{ .JsonData.dataExporterApiUrl }}/api/"
}
],
"includes": [
{
"name": "Data Exporter Panel",
"type": "panel"
}
],
"dependencies": {
"grafanaDependency": ">=9.0.0",
"plugins": []
}
}