diff --git a/src/client/images/icon.png b/src/client/images/icon.png new file mode 100644 index 00000000..7cda629f Binary files /dev/null and b/src/client/images/icon.png differ diff --git a/src/client/manifest.json b/src/client/manifest.json new file mode 100644 index 00000000..24bed9f6 --- /dev/null +++ b/src/client/manifest.json @@ -0,0 +1,12 @@ +{ + "short_name": "IWD", + "name": "Isleward", + "icons": [{ + "src": "/images/icon.png", + "sizes": "192x192", + "type": "image/png" + }], + "start_url": "/index.html", + "display": "fullscreen", + "orientation": "landscape" +}