summaryrefslogtreecommitdiffstats
path: root/web/gui/manifest.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-28 21:14:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-28 21:14:36 +0000
commit47891c8dac98554fa56bb8ac3e0f2142495529df (patch)
tree7f9265ea3747ef0627704800f005c7335607e10a /web/gui/manifest.json
parentAdding upstream version 1.12.1. (diff)
downloadnetdata-47891c8dac98554fa56bb8ac3e0f2142495529df.tar.xz
netdata-47891c8dac98554fa56bb8ac3e0f2142495529df.zip
Adding upstream version 1.12.2.upstream/1.12.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/manifest.json')
-rw-r--r--web/gui/manifest.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/web/gui/manifest.json b/web/gui/manifest.json
new file mode 100644
index 000000000..52cb4831c
--- /dev/null
+++ b/web/gui/manifest.json
@@ -0,0 +1,41 @@
+{
+ "name": "App",
+ "icons": [
+ {
+ "src": "images\/android-icon-36x36.png",
+ "sizes": "36x36",
+ "type": "image\/png",
+ "density": "0.75"
+ },
+ {
+ "src": "images\/android-icon-48x48.png",
+ "sizes": "48x48",
+ "type": "image\/png",
+ "density": "1.0"
+ },
+ {
+ "src": "images\/android-icon-72x72.png",
+ "sizes": "72x72",
+ "type": "image\/png",
+ "density": "1.5"
+ },
+ {
+ "src": "images\/android-icon-96x96.png",
+ "sizes": "96x96",
+ "type": "image\/png",
+ "density": "2.0"
+ },
+ {
+ "src": "images\/android-icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image\/png",
+ "density": "3.0"
+ },
+ {
+ "src": "images\/android-icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png",
+ "density": "4.0"
+ }
+ ]
+}