mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 01:45:37 +00:00
Add larger icon (144x144) to manifest.json
This commit is contained in:
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",
|
||||
|
Reference in New Issue
Block a user