{
  "id": "popup-time-delay",
  "name": "Popup Time Delay",
  "description": "Display a popup message after visitors spend a specific amount of time on your site. Perfect for engaging users who show interest in your content.",
  "license": "premium",
  "settings": {
    "type": "modal",
    "content": "Thanks for spending time on our site! Would you like to learn more about our special offers?"
  },
  "design": {
    "color": "#009688",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-solid fa-clock"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  },
  "modal": {
    "layout": {
      "id": "stacked",
      "background": {
        "color": "#fff"
      },
      "overlay": {
        "color": "#f9f9f9",
        "opacity": 0.8
      },
      "content": {
        "padding": {
          "top": "1",
          "right": "1",
          "bottom": "1",
          "left": "1",
          "sizing": "rem"
        },
        "margin": {
          "top": "0",
          "right": "0",
          "bottom": "0",
          "left": "0",
          "sizing": "rem"
        }
      }
    },
    "navigation": {
      "iconCover": true
    }
  },
  "trigger": {
    "type": "time_delay",
    "delay": "30000ms"
  },
  "cookie": {
    "expiration": "0"
  }
}
