forked from jsnbuchanan/crowd-funder-for-time-pwa
misc tweaks and linting clean-up
This commit is contained in:
@@ -16,6 +16,8 @@ export default defineConfig({
|
||||
srcDir: '.',
|
||||
filename: 'sw_scripts-combined.js',
|
||||
manifest: {
|
||||
// This is used for the app name. It doesn't include a space, because iOS complains if i recall correctly.
|
||||
// There is a name with spaces in the constants/app.js file for use internally.
|
||||
name: process.env.TIME_SAFARI_APP_TITLE || require('./package.json').name,
|
||||
short_name: process.env.TIME_SAFARI_APP_TITLE || require('./package.json').name,
|
||||
// 192x192 and 512x512 are important for Chrome to show that it's installable
|
||||
|
||||
Reference in New Issue
Block a user