mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
12 lines
No EOL
255 B
JavaScript
12 lines
No EOL
255 B
JavaScript
const {title} = require("./metadata")
|
|
|
|
module.exports = {
|
|
name: title,
|
|
short_name: title,
|
|
start_url: '/',
|
|
background_color: '#2A303C',
|
|
theme_color: '#6419E6',
|
|
display: 'standalone',
|
|
lang: 'en',
|
|
icon: 'src/media/icon.svg',
|
|
} |