// constants.js
export const APP_CONFIG = {
NAME: 'Elly, Your Nanny! - Website Blocker & Time Manager',
SHORT_NAME: 'Elly',
VERSION: '2.4.1',
AUTHOR: 'Vrilsoft Inc.',
// Utility function
formatMessage: (message) => {
return `${APP_CONFIG.SHORT_NAME}: ${message}`;
}
};