let websiteIconsEnabled = true; export function setWebsiteIconsEnabled(enabled: boolean): void { websiteIconsEnabled = enabled; } export function areWebsiteIconsEnabled(): boolean { return websiteIconsEnabled; }