{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutengrow/unlock-popup",
  "version": "1.0.0",
  "title": "Unlock Popup Anywhere",
  "category": "gutengrow-blocks",
  "icon": "unlock",
  "description": "Create beautiful, customizable popups with multiple templates and trigger options for lead generation and promotions",
  "keywords": [
    "popup",
    "modal",
    "promotion",
    "unlock",
    "lead",
    "conversion"
  ],
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "popupId": {
      "type": "string",
      "default": ""
    },
    "isEnabled": {
      "type": "boolean",
      "default": true
    },
    "template": {
      "type": "string",
      "default": "special-offer"
    },
    "title": {
      "type": "string",
      "default": "Special Offer!"
    },
    "subtitle": {
      "type": "string",
      "default": "Don't miss out!"
    },
    "description": {
      "type": "string",
      "default": "Get 20% off on your first purchase. Limited time only!"
    },
    "benefits": {
      "type": "array",
      "default": [
        "Limited Time Only",
        "Free Shipping",
        "30-Day Money Back"
      ]
    },
    "ctaButtonText": {
      "type": "string",
      "default": "Shop Now"
    },
    "ctaButtonLink": {
      "type": "string",
      "default": "#"
    },
    "footerNote": {
      "type": "string",
      "default": "Offer expires in 24 hours. Terms and conditions apply."
    },
    "secondaryButtonText": {
      "type": "string",
      "default": "No thanks, I'll pay the full price."
    },
    "formPlaceholder": {
      "type": "string",
      "default": "your.email@example.com"
    },
    "badgeText": {
      "type": "string",
      "default": "Special Offer"
    },
    "showBadge": {
      "type": "boolean",
      "default": true
    },
    "showImage": {
      "type": "boolean",
      "default": false
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": "#6366f1"
    },
    "textColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "accentColor": {
      "type": "string",
      "default": "#f97316"
    },
    "overlayColor": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0.5)"
    },
    "borderRadius": {
      "type": "number",
      "default": 16
    },
    "triggerType": {
      "type": "string",
      "default": "time"
    },
    "triggerDelay": {
      "type": "number",
      "default": 3000
    },
    "triggerScroll": {
      "type": "number",
      "default": 50
    },
    "showOnMobile": {
      "type": "boolean",
      "default": true
    },
    "showOnDesktop": {
      "type": "boolean",
      "default": true
    },
    "animationStyle": {
      "type": "string",
      "default": "fadeIn"
    },
    "closeOnOverlay": {
      "type": "boolean",
      "default": true
    },
    "showCloseButton": {
      "type": "boolean",
      "default": true
    },
    "cookieExpiry": {
      "type": "number",
      "default": 7
    },
    "frequency": {
      "type": "string",
      "default": "once"
    }
  },
  "textdomain": "gutengrow-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}