mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 13:39:22 +00:00
Add larger icon (144x144) to manifest.json
This commit is contained in:
parent
628bde1527
commit
bd6b77bcc2
BIN
src/assets/graphicarts/favicon-144.png
Normal file
BIN
src/assets/graphicarts/favicon-144.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -86,13 +86,18 @@ func (s *Server) handleManifest(c *router.Context) {
|
||||
"short_name": "yarr",
|
||||
"description": "yet another rss reader",
|
||||
"display": "standalone",
|
||||
"start_url": "/",
|
||||
"start_url": s.BasePath,
|
||||
"icons": []map[string]interface{}{
|
||||
{
|
||||
"src": s.BasePath + "/static/graphicarts/favicon.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png",
|
||||
},
|
||||
{
|
||||
"src": s.BasePath + "/static/graphicarts/favicon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
},
|
||||
{
|
||||
"src": s.BasePath + "/static/graphicarts/favicon.svg",
|
||||
"sizes": "any",
|
||||
|
Loading…
x
Reference in New Issue
Block a user