mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
14 lines
656 B
TypeScript
14 lines
656 B
TypeScript
export const PRIMARY_COLOR = '#3f88c5';
|
|
|
|
export const PROJECT_NAME = 'MyLinks';
|
|
export const PROJECT_DESCRIPTION =
|
|
'Another bookmark manager that lets you manage and share your favorite links in an intuitive interface';
|
|
export const PROJECT_URL = 'https://www.mylinks.app';
|
|
export const PROJECT_REPO_GITHUB_URL = 'https://github.com/my-links/my-links';
|
|
export const PROJECT_EXTENSION_URL =
|
|
'https://chromewebstore.google.com/detail/mylinks/agkmlplihacolkakgeccnbhphnepphma';
|
|
|
|
export const AUTHOR_NAME = 'Sonny';
|
|
export const AUTHOR_GITHUB_URL = 'https://github.com/Sonny93';
|
|
export const AUTHOR_WEBSITE_URL = 'https://www.sonny.dev/?utm_source=mylinks';
|