Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-8568

Allow to add a manifest.json in the header by the way of an xsl

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.LATER
    • 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"
      }
      

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: