mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-31 23:12:57 +00:00 
			
		
		
		
	Fix manifest.json in routes.go
				
					
				
			This commit is contained in:
		| @@ -86,13 +86,18 @@ func (s *Server) handleManifest(c *router.Context) { | ||||
| 		"short_name":  "yarr", | ||||
| 		"description": "yet another rss reader", | ||||
| 		"display":     "standalone", | ||||
| 		"start_url":   s.BasePath, | ||||
| 		"start_url":   "/", | ||||
| 		"icons": []map[string]interface{}{ | ||||
| 			{ | ||||
| 				"src":   s.BasePath + "/static/graphicarts/favicon.png", | ||||
| 				"sizes": "64x64", | ||||
| 				"type":  "image/png", | ||||
| 			}, | ||||
| 			{ | ||||
| 				"src":   s.BasePath + "/static/graphicarts/favicon.svg", | ||||
| 				"sizes": "any", | ||||
| 				"type":  "image/svg", | ||||
| 			}, | ||||
| 		}, | ||||
| 	}) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user