{ "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", "type": "app", "name": "B App", "id": "myorg-b-app", "preload": true, "info": { "keywords": ["app"], "description": "Will extend root app with ui extensions", "author": { "name": "Myorg" }, "logos": { "small": "img/logo.svg", "large": "img/logo.svg" }, "screenshots": [], "version": "%VERSION%", "updated": "%TODAY%" }, "includes": [ { "type": "page", "name": "Default", "path": "/a/myorg-b-app", "role": "Admin", "addToNav": false, "defaultNav": false } ], "dependencies": { "grafanaDependency": ">=10.3.3", "plugins": [] }, "generated": { "extensions": [ { "extensionPointId": "plugins/myorg-extensionpoint-app/actions", "title": "Open from B", "description": "Open a modal from plugin B", "type": "link" } ] } }