====== MANIFEST_SEND ====== ---- dataentry event ---- Description: Change the PWA manifest sent to the client Preventable: No Added_dt: 2018-04-05 ---- This event is signalled by [[xref>sendManifest()]] in [[xref>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 ===== * [[codesearch>MANIFEST_SEND|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[devel:manifest]] * [[https://developer.mozilla.org/en-US/docs/Web/Manifest]]