{ "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", "type": "app", "name": "Data Exporter", "id": "corpglory-dataexporter-app", "info": { "description": "", "author": { "name": "CorpGlory Inc." }, "logos": { "small": "img/logo.svg", "large": "img/logo.svg" }, "keywords": ["export", "csv"], "screenshots": [], "version": "%VERSION%", "updated": "%TODAY%" }, "includes": [ { "type": "page", "name": "Default", "path": "/a/%PLUGIN_ID%", "role": "Admin", "addToNav": true, "defaultNav": true } ], "dependencies": { "grafanaDependency": ">=7.0.0", "plugins": [] } }