🔧 (manifest) update manifest
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const mainColor = '#3f4fa6'
|
const mainColor = '#2C3A47'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
pwa: {
|
pwa: {
|
||||||
@@ -8,7 +8,7 @@ module.exports = {
|
|||||||
skipWaiting: true,
|
skipWaiting: true,
|
||||||
clientsClaim: true
|
clientsClaim: true
|
||||||
},
|
},
|
||||||
name: '',
|
name: 'Lite Note',
|
||||||
manifestOptions: {
|
manifestOptions: {
|
||||||
background_color: mainColor,
|
background_color: mainColor,
|
||||||
theme_color: mainColor,
|
theme_color: mainColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user