This commit is contained in:
2026-05-11 18:42:05 +03:30
parent 88adb566eb
commit 9bcb917d3b
17 changed files with 185 additions and 17 deletions
+2
View File
@@ -2,10 +2,12 @@ export interface BrandingConfig {
appTitle: string;
manifestPath: string;
themeColor: string;
enableInstallPrompt?: boolean;
}
export const brandingConfig: BrandingConfig = {
appTitle: 'پنل مدیریت صورت‌حساب‌های مالیاتی',
manifestPath: '/favicon/site.webmanifest',
themeColor: '#ffffff',
enableInstallPrompt: false,
};
+1
View File
@@ -4,4 +4,5 @@ export const brandingConfig: BrandingConfig = {
appTitle: 'تیس - مدیریت صورت‌حساب‌های مالیاتی',
manifestPath: '/favicon/site.webmanifest',
themeColor: '#ffffff',
enableInstallPrompt: true,
};