{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/megamenu",
  "version": "1.0.1",
  "title": "Mega Menu",
  "category": "omnipress",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='25.4' viewBox='0 0 25.4 25.4'><g id='megamenu' transform='translate(-359.3 -23.3)'><path id='Path_35' data-name='Path 35' d='M4,0H20a4,4,0,0,1,0,8H4A4,4,0,0,1,4,0Z' transform='translate(360 24)' fill='none' stroke='#175fff' strokeWidth='1.4' /><path id='Path_34' data-name='Path 34' d='M2,0H13a2,2,0,0,1,0,4H2A2,2,0,0,1,2,0Z' transform='translate(360 36)' fill='none' stroke='#175fff' strokeWidth='1.4' /><path id='Path_33' data-name='Path 33' d='M2,0H13a2,2,0,0,1,0,4H2A2,2,0,0,1,2,0Z' transform='translate(364 44)' fill='none' stroke='#175fff' strokeWidth='1.4' /><path id='path_36' data-name='path 36' d='M9,13.5l1.4,1.4,1.4-1.4' transform='translate(368.213 13.798)' fill='none' stroke='#175fff' strokeLinecap='round' strokeLinejoin='round' strokeWidth='1' /><path id='Path_32' data-name='Path 32' d='M0,0V3' transform='translate(363.5 32.5)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_31' data-name='Path 31' d='M0,0V3' transform='translate(366.5 40.5)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /></g></svg>",
  "description": "The Gutenberg Mega Menu Block is a versatile container for custom menu items and nested drop-downs, offering vertical and horizontal menu layouts. You can customize it with menu icons, position settings, and various other options. It simplifies the creation of custom navigation menus within Gutenberg.",
  "supports": {
    "dimensions": {}
  },
  "textdomain": "megamenu",
  "editorScript": "file:./index.js",
  "style": [
    "file:./index.css"
  ],
  "viewScript": [
    "file:./frontend.js"
  ]
}