aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/manifest.json
diff options
context:
space:
mode:
authorMarvin Borner2018-07-20 13:57:57 +0200
committerMarvin Borner2018-07-20 13:57:57 +0200
commit932d439444f10774bff546923cc0a2e5e2f2857b (patch)
treeef9bcc039d263f929b4f4991881a52a8343c1dfe /public/manifest.json
parentbd04ac097a0a29ba7c48a5f4a46d99ae7d86eea1 (diff)
Rewrite (only for backend/oauth/api use from now on)
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/public/manifest.json b/public/manifest.json
deleted file mode 100644
index 331eabb..0000000
--- a/public/manifest.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "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