const PROJECT_NAME = 'MyLinks'; const PROJECT_DESCRIPTION = 'Another bookmark manager that lets you manage and share your favorite links in an intuitive interface'; const PROJECT_URL = 'https://www.mylinks.app'; const APP_COLOR = '#f0eef6'; export default { name: PROJECT_NAME, description: PROJECT_DESCRIPTION, url: PROJECT_URL, color: APP_COLOR, };