summaryrefslogtreecommitdiffstats
path: root/webapp/config/manifest.json
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-16 18:13:16 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-16 18:13:16 -0700
commitb9d5b4e5dcc1585397f1e1d2e53c5f040ee76220 (patch)
tree85d2c293aa3456182a754fefe6646162b516eb6c /webapp/config/manifest.json
parente101b2cf7c172d1c4ff20e0df63917b5b8f923ed (diff)
parentcba59d4eb6ef0f65304bc72339c676ebfd653e2b (diff)
downloadchat-b9d5b4e5dcc1585397f1e1d2e53c5f040ee76220.tar.gz
chat-b9d5b4e5dcc1585397f1e1d2e53c5f040ee76220.tar.bz2
chat-b9d5b4e5dcc1585397f1e1d2e53c5f040ee76220.zip
merging files
Diffstat (limited to 'webapp/config/manifest.json')
-rw-r--r--webapp/config/manifest.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/webapp/config/manifest.json b/webapp/config/manifest.json
new file mode 100644
index 000000000..dd95d917e
--- /dev/null
+++ b/webapp/config/manifest.json
@@ -0,0 +1,40 @@
+{
+ "name": "Mattermost",
+ "icons": [{
+ "src": "/static/images/favicon/android-chrome-36x36.png",
+ "type": "image/png",
+ "sizes": "36x36"
+ }, {
+ "src": "/static/images/favicon/android-chrome-48x48.png",
+ "type": "image/png",
+ "sizes": "48x48"
+ }, {
+ "src": "/static/images/favicon/android-chrome-72x72.png",
+ "type": "image/png",
+ "sizes": "72x72"
+ }, {
+ "src": "/static/images/favicon/android-chrome-96x96.png",
+ "type": "image/png",
+ "sizes": "96x96"
+ }, {
+ "src": "/static/images/favicon/android-chrome-144x144.png",
+ "type": "image/png",
+ "sizes": "144x144"
+ }, {
+ "src": "/static/images/favicon/android-chrome-192x192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ }, {
+ "src": "/static/images/favicon/android-chrome-256x256.png",
+ "type": "image/png",
+ "sizes": "256x256"
+ }, {
+ "src": "/static/images/favicon/android-chrome-384x384.png",
+ "type": "image/png",
+ "sizes": "384x384"
+ }, {
+ "src": "/static/images/favicon/android-chrome-512x512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }]
+} \ No newline at end of file