diff --git a/web/types/app.ts b/web/types/app.ts index 33ff1d5c67..a16bd92469 100644 --- a/web/types/app.ts +++ b/web/types/app.ts @@ -190,6 +190,12 @@ export type App = { id: string /** Name */ name: string + + /** Icon */ + icon: string + /** Icon Background */ + icon_background: string + /** Mode */ mode: AppMode /** Enable web app */