diff options
author | Marvin Borner | 2018-07-14 16:57:30 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-14 16:57:30 +0200 |
commit | c4654913a951e0fc9835367617ceed8827b10108 (patch) | |
tree | 139c235243e44eba99f5aa0f201341548e3dd556 /public/manifest.json | |
parent | 012632c1bb9899eeb9fbddbbcf743e95b1322548 (diff) |
Replaced bower modules with node_modules (less spam)
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..331eabb --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,61 @@ +{ + "short_name": "BEAM-Messenger", + "name": "BEAM-Messenger", + "theme_color": "#fff", + "background_color": "#fff", + "display": "standalone", + "icons": [ + { + "src": "icons/icon_48_48_dpi.png", + "type": "image/png", + "sizes": "48x48" + }, + { + "src": "icons/icon_72_48_dpi.png", + "type": "image/png", + "sizes": "72x72" + }, + { + "src": "icons/icon_96_48_dpi.png", + "type": "image/png", + "sizes": "96x96" + }, + { + "src": "icons/icon_144_48_dpi.png", + "type": "image/png", + "sizes": "144x144" + }, + { + "src": "icons/icon_168_48_dpi.png", + "type": "image/png", + "sizes": "168x168" + }, + { + "src": "icons/icon_192_48_dpi.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "icons/icon_128_128_dpi.png", + "type": "image/png", + "sizes": "128x128" + }, + { + "src": "icons/icon_256_128_dpi.png", + "type": "image/png", + "sizes": "256x256" + }, + { + "src": "icons/icon_384_128_dpi.png", + "type": "image/png", + "sizes": "384x384" + }, + { + "src": "icons/icon_512_128_dpi.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "http://localhost:3000/", + "orientation": "portrait" + }
\ No newline at end of file |