mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
11 lines
303 B
JavaScript
11 lines
303 B
JavaScript
import metadata from './metadata.js'
|
|
const { APPLICATION_NAME, APPLICATION_SHORT_NAME, APPLICATION_DESCRIPTION, THEME_COLOR } = metadata
|
|
|
|
export default {
|
|
name: APPLICATION_NAME,
|
|
short_name: APPLICATION_SHORT_NAME,
|
|
description: APPLICATION_DESCRIPTION,
|
|
theme_color: THEME_COLOR,
|
|
lang: 'en',
|
|
}
|