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', }