summaryrefslogtreecommitdiffstats
path: root/webapp/root.html
diff options
context:
space:
mode:
authorPierre Rudloff <contact@rudloff.pro>2016-07-19 18:28:04 +0200
committerChristopher Speller <crspeller@gmail.com>2016-07-19 12:28:04 -0400
commit3604f925a87dfd4558cef7c3950440cf57c44ffc (patch)
tree70775f0d9cef3a613d0ffc65fefee8f4cd4663f7 /webapp/root.html
parent6bbf8c8348c936d480071d061314750155041560 (diff)
downloadchat-3604f925a87dfd4558cef7c3950440cf57c44ffc.tar.gz
chat-3604f925a87dfd4558cef7c3950440cf57c44ffc.tar.bz2
chat-3604f925a87dfd4558cef7c3950440cf57c44ffc.zip
Fix web app manifest (#3582)
Diffstat (limited to 'webapp/root.html')
-rw-r--r--webapp/root.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/root.html b/webapp/root.html
index b48712e46..7cead1c59 100644
--- a/webapp/root.html
+++ b/webapp/root.html
@@ -29,7 +29,7 @@
<link rel='icon' type='image/png' sizes='32x32' href='images/favicon/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='96x96' href='images/favicon/favicon-96x96.png'>
<link rel='icon' type='image/png' sizes='192x192' href='images/favicon/android-chrome-192x192.png'>
- <link rel='manifest' href='/static/config/manifest.json'>
+ <link rel='manifest' href='config/manifest.json'>
<!-- Android add to homescreen -->
<!-- CSS Should always go first -->