Update application icon with different sizes
BIN
ui/static/bin/favicon-16.png
Normal file
After Width: | Height: | Size: 240 B |
BIN
ui/static/bin/favicon-32.png
Normal file
After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 847 B |
BIN
ui/static/bin/icon-120.png
Normal file
After Width: | Height: | Size: 561 B |
BIN
ui/static/bin/icon-128.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
ui/static/bin/icon-152.png
Normal file
After Width: | Height: | Size: 691 B |
BIN
ui/static/bin/icon-167.png
Normal file
After Width: | Height: | Size: 773 B |
BIN
ui/static/bin/icon-180.png
Normal file
After Width: | Height: | Size: 822 B |
BIN
ui/static/bin/icon-192.png
Normal file
After Width: | Height: | Size: 881 B |
BIN
ui/static/bin/icon-512.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 947 B |
|
@ -35,8 +35,9 @@ func (c *Controller) WebManifest(w http.ResponseWriter, r *http.Request) {
|
|||
Display: "minimal-ui",
|
||||
StartURL: route.Path(c.router, "unread"),
|
||||
Icons: []webManifestIcon{
|
||||
webManifestIcon{Source: route.Path(c.router, "appIcon", "filename", "touch-icon-ipad-retina.png"), Sizes: "144x144", Type: "image/png"},
|
||||
webManifestIcon{Source: route.Path(c.router, "appIcon", "filename", "touch-icon-iphone-retina.png"), Sizes: "114x114", Type: "image/png"},
|
||||
webManifestIcon{Source: route.Path(c.router, "appIcon", "filename", "icon-120.png"), Sizes: "120x120", Type: "image/png"},
|
||||
webManifestIcon{Source: route.Path(c.router, "appIcon", "filename", "icon-192.png"), Sizes: "192x192", Type: "image/png"},
|
||||
webManifestIcon{Source: route.Path(c.router, "appIcon", "filename", "icon-512.png"), Sizes: "512x512", Type: "image/png"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|