# extendify/3.2.1/src/AutoLaunch/templates/pages/modal.json

Extendify, version 3.2.1. 19 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.1/code/src/AutoLaunch/templates/pages/modal.json
- Raw: https://pluginprobe.com/plugins/extendify/3.2.1/raw/src/AutoLaunch/templates/pages/modal.json
- Modified: 2026-09-09T18:23:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.2.1/code/src/AutoLaunch/templates/pages/modal.json#L10-L20`.

```json
{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "extendify/launch-page/modal",
	"title": "Modal page",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"--ext-ui-wait-blur": {
			"type": "number",
			"minimum": 3,
			"maximum": 24,
			"default": 6,
			"x-card": "Overlay",
			"x-label": "Blur behind",
			"x-control": "length"
		}
	}
}

```
