2022-07-13 13:56:36 +00:00
|
|
|
import faviconsJson from './favicons.json'
|
|
|
|
|
|
|
|
export const meta = {
|
|
|
|
name: faviconsJson.appName,
|
|
|
|
description: faviconsJson.appDescription,
|
|
|
|
domain: 'stargaze.tools',
|
|
|
|
url: faviconsJson.developerURL,
|
|
|
|
twitter: {
|
2022-08-10 09:39:39 +00:00
|
|
|
username: '@stargazestudio',
|
2022-07-13 13:56:36 +00:00
|
|
|
},
|
|
|
|
}
|