mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
36 lines
843 B
JSON
36 lines
843 B
JSON
{
|
|||
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
||
|
|
"type": "app",
|
||
|
|
"name": "Extensions exposed component App",
|
||
|
|
"id": "myorg-componentconsumer-app",
|
||
|
|
"preload": true,
|
||
|
|
"info": {
|
||
|
|
"keywords": ["app"],
|
||
|
|
"description": "Example on how to extend grafana ui from a plugin",
|
||
|
|
"author": {
|
||
|
|
"name": "Myorg"
|
||
|
|
},
|
||
|
|
"logos": {
|
||
|
|
"small": "img/logo.svg",
|
||
|
|
"large": "img/logo.svg"
|
||
|
|
},
|
||
|
|
"screenshots": [],
|
||
|
|
"version": "1.0.0",
|
||
|
|
"updated": "2024-08-09"
|
||
|
|
},
|
||
|
|
"includes": [
|
||
|
|
{
|
||
|
|
"type": "page",
|
||
|
|
"name": "Default",
|
||
|
|
"path": "/a/myorg-componentconsumer-app",
|
||
|
|
"role": "Admin",
|
||
|
|
"addToNav": true,
|
||
|
|
"defaultNav": true
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"grafanaDependency": ">=10.3.3",
|
||
|
|
"plugins": []
|
||
|
|
}
|
||
|
|
}
|