mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
665dc1fa44
* Sandbox: Add tests for apps inside the sandbox * Force type to prevent flawky test
36 lines
784 B
JSON
36 lines
784 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
|
|
"type": "app",
|
|
"name": "Sandbox app test plugin",
|
|
"id": "sandbox-app-test",
|
|
"info": {
|
|
"keywords": ["app", "sandbox"],
|
|
"description": "",
|
|
"author": {
|
|
"name": "Grafana"
|
|
},
|
|
"logos": {
|
|
"small": "img/logo.svg",
|
|
"large": "img/logo.svg"
|
|
},
|
|
"links": [],
|
|
"screenshots": [],
|
|
"version": "1.0.0",
|
|
"updated": "2023-06-27"
|
|
},
|
|
"includes": [
|
|
{
|
|
"type": "page",
|
|
"icon": "cog",
|
|
"name": "Sandbox App Page",
|
|
"path": "/plugins/sandbox-app-test",
|
|
"role": "Admin",
|
|
"addToNav": true
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.0",
|
|
"plugins": []
|
|
}
|
|
}
|