1==== Progressive Web App Manifest ====
2
3DokuWiki sends out a manifest.json, which allows mobile users to add the wiki as a web app to their homescreen.
4
5This manifest.json can be customized in multiple ways:
6
7  - it can be deactivated by adding ''manifest'' to the "[[doku>config:disableactions]]" config option
8  - it can be overwritten by values set in a ''manifest.local.json'' in the ''conf'' directory which will be loaded according to the config cascade
9  - it uses several configurable parameters, if they are not overwritten by the point above: [[doku>config:title|config:title]], [[doku>config:tagline|config:tagline]], the ''%%__background__%%'' and ''%%__theme_color__%%'' or ''%%__background_alt__%%'' replacements
10  - if no icons are defined in a manifest.local.json, it looks for some svg logos and uses the first it finds: '':wiki:logo.svg'', '':logo.svg'' or '':wiki:dokuwiki.svg''
11
12=== See Also ===
13
14  * [[doku>devel:event:manifest_send|MANIFEST_SEND]]
15  * https://developer.mozilla.org/en-US/docs/Web/Manifest
16