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": "/",