# extendify/3.2.1/src/AutoLaunch/templates/global/layout.json

Extendify, version 3.2.1. 37 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.1/code/src/AutoLaunch/templates/global/layout.json
- Raw: https://pluginprobe.com/plugins/extendify/3.2.1/raw/src/AutoLaunch/templates/global/layout.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/global/layout.json#L10-L20`.

```json
{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "extendify/launch-global/layout",
	"title": "Layout",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"--ext-ui-gap": {
			"type": "number",
			"minimum": 0,
			"maximum": 72,
			"default": 20,
			"x-card": "Layout",
			"x-label": "Elements",
			"x-control": "length"
		},
		"--ext-ui-max-width": {
			"type": "number",
			"minimum": 380,
			"maximum": 1100,
			"default": 672,
			"x-card": "Layout",
			"x-label": "Width",
			"x-control": "length"
		},
		"--ext-ui-consent-gap": {
			"type": "number",
			"minimum": 0,
			"maximum": 64,
			"default": 16,
			"x-card": "Consent",
			"x-label": "Gap",
			"x-control": "length"
		}
	}
}

```
