{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/countdown",
  "version": "1.0.0",
  "title": "Countdown",
  "category": "omnipress",
  "icon": "  <svg xmlns='http://www.w3.org/2000/svg' width='22.69' height='25.4' viewBox='0 0 22.69 25.4'><g id='countdown' transform='translate(-937.8 -215.3)'><path id='Path_69' data-name='Path 69' d='M10,0A10,10,0,1,1,0,10,10,10,0,0,1,10,0Z' transform='translate(938.5 220)' fill='#fff' stroke='#175fff' strokeWidth='1.4' /><path id='Path_68' data-name='Path 68' d='M0,0H8.644' transform='translate(943.978 216)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_67' data-name='Path 67' d='M0,0V5' transform='translate(948.5 224.5)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_66' data-name='Path 66' d='M0,3,3,0' transform='translate(956.5 220.5)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /></g></svg>",
  "description": "Highlight upcoming events with countdown timer",
  "supports": {
    "className": true
  },
  "textdomain": "countdown",
  "editorScript": "file:./index.js",
  "viewScript": "file:./view.js",
  "style": [
    "file:./style-index.css"
  ]
}