{
    "exposeRootElement": true,
    "elements": [
        {
            "name": "element",
            "public": true,
            "type": "container",
            "selector": {
                "css": "*"
            }
        },
        {
            "name": "lightningLayout",
            "selector": {
                "css": "[data-omni-layout=lightning]"
            },
            "shadow": {
                "elements": [
                    {
                        "name": "lightningElement",
                        "type": "container",
                        "public": true,
                        "selector": {
                            "css": "%s",
                            "returnAll": true,
                            "args": [
                                {
                                    "name": "elementName",
                                    "type": "string"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ],
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}