From 3844ef659b77d453a4cb1c5fd75088cecb59fe28 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 => demo/manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) rename manifest.json => demo/manifest.json (65%) 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/demo/manifest.json similarity index 65% rename from manifest.json rename to demo/manifest.json index e1d5ddb3..1dff8774 100644 --- a/manifest.json +++ b/demo/manifest.json @@ -2,7 +2,7 @@ "name": "Human Library", "short_name": "Human", "icons": [ - { "src": "/assets/icon.png", "sizes": "853x853", "type": "image/png", "purpose": "any maskable" } + { "src": "../assets/icon.png", "sizes": "853x853", "type": "image/png", "purpose": "any maskable" } ], "start_url": "/", "scope": "/",