mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
13 lines
357 B
TypeScript
13 lines
357 B
TypeScript
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,
|
|
};
|