Dynamize manifest.json with configurable options

This commit is contained in:
David Pearson
2025-04-20 10:00:17 -04:00
parent 1cf4f520f8
commit 333d40ed4f
5 changed files with 64 additions and 14 deletions

View File

@@ -55,6 +55,9 @@ type config struct {
LogoText string `yaml:"logo-text"`
LogoURL string `yaml:"logo-url"`
FaviconURL string `yaml:"favicon-url"`
AppName string `yaml:"app-name"`
AppIconURL string `yaml:"app-icon-url"`
AppBgColor string `yaml:"app-bg-color"`
} `yaml:"branding"`
Pages []page `yaml:"pages"`