🔧 (pwa) add name to manifest.json
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
const mainColor = '#3f4fa6'
|
const mainColor = '#f8efba'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
pwa: {
|
pwa: {
|
||||||
themeColor: mainColor,
|
themeColor: mainColor,
|
||||||
msTileColor: mainColor,
|
msTileColor: mainColor,
|
||||||
workboxOptions: {
|
name: 'Bons programmeurs',
|
||||||
skipWaiting: true,
|
|
||||||
clientsClaim: true
|
|
||||||
},
|
|
||||||
name: '',
|
|
||||||
manifestOptions: {
|
manifestOptions: {
|
||||||
background_color: mainColor,
|
background_color: mainColor,
|
||||||
theme_color: mainColor,
|
theme_color: mainColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user