manifest.json: add icon
This commit is contained in:
parent
e3461ffd0d
commit
bcbe4dc003
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue