feat: add manifest theme color param (#1542)

This commit is contained in:
Ryan Qian
2021-09-10 23:08:15 +08:00
committed by GitHub
parent 3768e3345f
commit 0358e42d2c
5 changed files with 9 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ type Branding struct {
DisableExternal bool `json:"disableExternal"`
Files string `json:"files"`
Theme string `json:"theme"`
Color string `json:"color"`
}