mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 18:30:39 +01:00
Feature: Add PWA settings
This commit is contained in:
@@ -16,4 +16,19 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
pwa: {
|
||||
name: 'Pinry Mobile',
|
||||
appleMobileWebAppCapable: 'yes',
|
||||
appleMobileWebAppStatusBarStyle: 'black',
|
||||
// configure the workbox plugin
|
||||
workboxPluginMode: 'GenerateSW',
|
||||
iconPaths: {
|
||||
favicon32: 'favicon.png',
|
||||
favicon16: 'favicon.png',
|
||||
appleTouchIcon: 'favicon.png',
|
||||
// FIXME(winkidney): Add svg file for safari
|
||||
// maskIcon: 'img/icons/safari-pinned-tab.svg',
|
||||
msTileImage: 'favicon.png',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user