-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
1 - Middle term
-
2 - Normal
It could be nice to be able to add a manifest.json in the header
<link rel="manifest" href="/manifest.json">
By the way of an xsl in order to have something like (it is an example)
{
"short_name": "<xsl:call-template name="get-title"/>",
"name": "<xsl:call-template name="get-title"/>",
"icons": [
{
"src": "{ametys:skinURL('img/favicon/favicon-144x144.png')}",
"type": "image/png",
"sizes": "144x144"
},
],
"start_url": "index.html",
"theme_color": "#795198",
"background_color": "#795198",
"display": "standalone"
}