{ "type": "app", "name": "Test App", "id": "test-app", "info": { "description": "Test App", "author": { "name": "Test Inc.", "url": "http://test.com" }, "keywords": ["test"], "links": [], "version": "1.0.0", "updated": "2015-02-10" }, "includes": [], "roles": [ { "role": { "name": "Reader", "description": "View everything in the test-app plugin", "permissions": [ { "action": "plugins.app:access", "scope": "plugins.app:id:test-app" }, { "action": "test-app.resource:read", "scope": "resources:*" }, { "action": "test-app.otherresource:toggle" } ] }, "grants": [ "Admin" ] } ], "dependencies": { "grafanaDependency": ">=8.0.0" } }