# jetpack-boost/trunk/build/scripts/registry.php

Jetpack Boost – Website Speed, Performance and Critical CSS, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/jetpack-boost/trunk/code/build/scripts/registry.php
- Raw: https://pluginprobe.com/plugins/jetpack-boost/trunk/raw/build/scripts/registry.php
- Modified: 2026-09-14T11:20:24+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/jetpack-boost/trunk/code/build/scripts/registry.php#L10-L20`.

```php
<?php
/**
 * Script registry - Auto-generated by build process.
 * Do not edit this file manually.
 *
 * @package jetpack_boost
 */

return array(
	array(
		'handle' => 'jetpack-boost-init',
		'path' => 'init/index',
		'asset' => 'init/index.min.asset.php',
	),
);

```
