{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "puffergo/settings-app",
  "version": "1.0.0",
  "title": "PufferGo Settings App (Internal)",
  "category": "common",
  "icon": "admin-settings",
  "description": "Internal settings app for PufferGo API configuration",
  "supports": {
    "html": false,
    "inserter": false
  },
  "textdomain": "puffergo",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}