{
  "apiVersion": 3,
  "name": "site-prober/log-viewer",
  "title": "Liaison Site Prober Viewer",
  "category": "widgets",
  "icon": "list-view",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "editorStyle": "file:./index.css",
  "description": "Display Site Prober logs in a table.",
  "supports": {
    "html": false
  },
  "attributes": {
    "selectedPlugin": { "type": "string", "default": "" }
  },
  "start": "./node_modules/@wordpress/scripts/bin/wp-scripts.js start --webpack-copy-php"
}
