about summary refs log tree commit diff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-04 14:19:58 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-04 14:19:58 +0100
commit4ea13d8dc9f3c80d4ca39f382662cd0463670f77 (patch)
tree8e8de872f0f718cf893a47f595ffc31b7ea5a852 /public/manifest.json
parent2463c720064f5e010db83b53e13d174a449b2106 (diff)
Fix web app manifests
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/manifest.json b/public/manifest.json
index 173270f03..063f79439 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -3,7 +3,7 @@
 	"description": "Mastodon is a free, open-source social network server.",
 	"icons": [
 		{
-			"src": "\/assets\/android-chrome-192x192.png",
+			"src": "\/android-chrome-192x192.png",
 			"sizes": "192x192",
 			"type": "image\/png"
 		}