Adjust icon, make it round

This commit is contained in:
NI
2019-09-27 23:59:12 +08:00
parent 843abc3707
commit a26e1f47c0
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 215 KiB

View File

@@ -326,7 +326,7 @@ module.exports = {
prefix: "", prefix: "",
cache: false, cache: false,
favicons: { favicons: {
appName: "Sswifty", appName: "Sswifty SSH Client",
appDescription: "Web SSH Client", appDescription: "Web SSH Client",
developerName: "Rui NI", developerName: "Rui NI",
developerURL: "https://vaguly.com", developerURL: "https://vaguly.com",
@@ -334,13 +334,13 @@ module.exports = {
theme_color: "#333", theme_color: "#333",
appleStatusBarStyle: "black", appleStatusBarStyle: "black",
icons: { icons: {
android: { offset: 10, overlayGlow: false, overlayShadow: true }, android: { offset: 5, overlayGlow: false, overlayShadow: true },
appleIcon: { offset: 10, overlayGlow: false }, appleIcon: { offset: 10, overlayGlow: false },
appleStartup: { offset: 10, overlayGlow: false }, appleStartup: { offset: 10, overlayGlow: false },
coast: false, coast: false,
favicons: { overlayGlow: false }, favicons: { overlayGlow: false },
firefox: { offset: 20, overlayGlow: false }, firefox: { offset: 0, overlayGlow: false },
windows: { offset: 10, overlayGlow: false }, windows: { offset: 5, overlayGlow: false },
yandex: false yandex: false
} }
} }