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: '/',
2022-08-26 15:30:19 +00:00
background_color: '#2A303C',
theme_color: '#6419E6',
2022-08-26 13:46:21 +00:00
display: 'standalone',
lang: 'en',
icon: 'src/media/icon.svg',
}