{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ar-for-wordpress/gutenberg-block",
  "version": "0.1.0",
  "title": "AR for Wordpress",
  "category": "ar_display",
  "icon": "smartphone",
  "description": "AR For WordPress Gutenberg Block.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "id": {
      "type": "number",
      "default": "0"
    }
  },
  "textdomain": "gutenberg-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}