added Apple site icon configuration and frame - closes issue #5

This commit is contained in:
2026-04-21 16:30:40 -05:00
parent 17de55c5c2
commit 57088e4680
5 changed files with 4 additions and 1 deletions
+1
View File
@@ -92,6 +92,7 @@ type AmConfig struct {
Type string `yaml:"type"`
} `yaml:"siteIcon"`
SiteShortcutIcon string `yaml:"siteShortcutIcon"`
SiteAppleIcon string `yaml:"siteAppleIcon"`
SiteLogo string `yaml:"siteLogo"`
TopRefresh int `yaml:"topRefresh"`
LoginCookieName string `yaml:"loginCookieName"`