{
    "plugin": "@composaic/navbar",
    "version": "0.1.0",
    "description": "Navbar Plugin",
    "module": "index",
    "package": "navbar",
    "class": "NavbarPlugin",
    "extensionPoints": [
        {
            "id": "navbarItem",
            "type": "NavbarExtensionPoint"
        }
    ],
    "extensions": [
        {
            "plugin": "self",
            "id": "navbarItem",
            "className": "SimpleNavbarExtension",
            "meta": [
                {
                    "id": "root.Examples",
                    "mountAt": "root.Profile",
                    "label": "Examples",
                    "children": [
                        {
                            "label": "Example 1",
                            "path": "/example1",
                            "component": "Example1Page"
                        },
                        {
                            "label": "Example 2",
                            "path": "/example2",
                            "component": "Example2Page"
                        }
                    ]
                },
                {
                    "id": "root.Profile",
                    "label": "Profile",
                    "children": []
                }
            ]
        }
    ]
}
