{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blue-haven/loan-calculator",
  "version": "1.0.0",
  "title": "Pool Loan Calculator",
  "category": "av-social-strategies",
  "icon": "calculator",
  "description": "A dynamic loan calculator with monthly payment and interest calculations",
  "example": {},
  "attributes": {
    "title": {
      "type": "string",
      "default": "Loan Calculator"
    },
    "accentColor": {
      "type": "string",
      "default": "#0073aa"
    },
    "showInterest": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "blue-haven-loan-calculator",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}