diff options
author | mritzmann <github@markus-mail.com> | 2018-03-18 19:58:34 +0100 |
---|---|---|
committer | mritzmann <github@markus-mail.com> | 2018-03-18 19:58:34 +0100 |
commit | 35ce4d5e5f0281a129e1679c12636bac99024f48 (patch) | |
tree | bdeb86e1280275935b29d2a2a1eb9514cee7aabe /src | |
parent | 727880c950d485293e480b5b835a0490be4f0ce7 (diff) | |
download | wallabag-35ce4d5e5f0281a129e1679c12636bac99024f48.tar.gz wallabag-35ce4d5e5f0281a129e1679c12636bac99024f48.tar.zst wallabag-35ce4d5e5f0281a129e1679c12636bac99024f48.zip |
add manifest.json for android pwa
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/base.html.twig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index 2499bb88..95921877 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig | |||
@@ -38,6 +38,8 @@ | |||
38 | 38 | ||
39 | <link rel="shortcut icon" type="image/x-icon" href="{{ asset('wallassets/themes/_global/img/appicon/favicon.ico') }}"> | 39 | <link rel="shortcut icon" type="image/x-icon" href="{{ asset('wallassets/themes/_global/img/appicon/favicon.ico') }}"> |
40 | 40 | ||
41 | <link rel="manifest" href="/manifest.json"> | ||
42 | |||
41 | {% block css %} | 43 | {% block css %} |
42 | {% endblock %} | 44 | {% endblock %} |
43 | {% block scripts %} | 45 | {% block scripts %} |