manifest.json: add icon

This commit is contained in:
Iris Lightshard 2021-02-09 00:40:09 -05:00
parent e3461ffd0d
commit bcbe4dc003
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -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"
}
]
}