Adjust icon, make it round
This commit is contained in:
BIN
ui/sshwifty.png
BIN
ui/sshwifty.png
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 215 KiB |
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user