diff --git a/manifest.json b/manifest.json index 5315723..c45e7e0 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,12 @@ "display": "fullscreen", "theme_color": "#1f9b92", "background_color": "#000000", - "orientation": "landscape" + "orientation": "landscape", + "icons": [ + { + "src": "./icon.png", + "sizes": "64x64", + "type": "image/png" + } + ] }