mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
15 lines
406 B
JavaScript
15 lines
406 B
JavaScript
module.exports = {
|
|
pwa: {
|
|
name: 'Piped',
|
|
themeColor: '#fa4b4b',
|
|
msTileColor: '#000000',
|
|
appleMobileWebAppCapable: 'yes',
|
|
appleMobileWebAppStatusBarStyle: 'black',
|
|
workboxPluginMode: 'GenerateSW',
|
|
workboxOptions: {
|
|
navigateFallback: 'index.html',
|
|
skipWaiting: true,
|
|
importWorkboxFrom: 'local'
|
|
}
|
|
}
|
|
}
|