From 19c2f1fab01eedeb0632b900504fe24d08f3eae7 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 3 Nov 2020 15:24:02 -0500 Subject: [PATCH] added manifest --- demo/index.html | 5 +++-- manifest.json | 12 ------------ 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 manifest.json diff --git a/demo/index.html b/demo/index.html index 47a5cbf0..070657be 100644 --- a/demo/index.html +++ b/demo/index.html @@ -7,11 +7,12 @@ - + - + + diff --git a/manifest.json b/manifest.json deleted file mode 100644 index e1d5ddb3..00000000 --- a/manifest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Human Library", - "short_name": "Human", - "icons": [ - { "src": "/assets/icon.png", "sizes": "853x853", "type": "image/png", "purpose": "any maskable" } - ], - "start_url": "/", - "scope": "/", - "display": "standalone", - "background_color": "#000000", - "theme_color": "#000000" -} \ No newline at end of file