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