diff --git a/index.html b/index.html index 5e1d20b..8f131f3 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..d1156ef --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "LEGO® Island", + "icons": [ + { + "src": "favicon.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/", + "display": "standalone", + "theme_color": "#000000" +} \ No newline at end of file