website/manifest.js

12 lines
255 B
JavaScript
Raw Normal View History

2022-08-26 13:46:21 +00:00
const {title} = require("./metadata")
module.exports = {
name: title,
short_name: title,
start_url: '/',
background_color: '#282A36',
theme_color: '#44475A',
display: 'standalone',
lang: 'en',
icon: 'src/media/icon.svg',
}