Merge pull request #3606 from mritzmann/master

add manifest.json for android pwa
This commit is contained in:
Jérémy Benoist
2018-10-15 08:30:26 +00:00
committed by GitHub
3 changed files with 50 additions and 0 deletions

View File

@ -38,6 +38,8 @@
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('wallassets/themes/_global/img/appicon/favicon.ico') }}">
<link rel="manifest" href="{{ asset('manifest.json') }}">
{% block css %}
{% endblock %}
{% block scripts %}