{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "export-toolkit/ai-admin-app",
  "version": "0.1.0",
  "title": "AI Admin App (Internal)",
  "category": "common",
  "icon": "admin-tools",
  "description": "Internal admin app for AI page builder",
  "supports": {
    "html": false,
    "inserter": false
  },
  "textdomain": "puffergo",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}