From bcbe4dc003995c9af89c0151245f7e2a1bfd9dd9 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Tue, 9 Feb 2021 00:40:09 -0500 Subject: [PATCH] manifest.json: add icon --- manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" + } + ] }