mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"type": "app",
|
|
"name": "Test",
|
|
"id": "test-app",
|
|
"backend": true,
|
|
"executable": "test",
|
|
"state": "alpha",
|
|
"info": {
|
|
"version": "1.0.0",
|
|
"description": "Test",
|
|
"author": {
|
|
"name": "Giuseppe Guerra"
|
|
}
|
|
}
|
|
}
|