目次

MANIFEST_SEND

Description:
Change the PWA manifest sent to the client
Preventable:
No
Added:
2018-04-05

This event is signalled by sendManifest() in inc/Manifest.php when the manifest.json is requested and not prevented by configuration. Handlers can use it to change keys or set new ones.

The AFTER handler is not called.

Passed Data

data is an associative array which will be json encoded and send to the client.

See also