Create new icons for mobile-calendar
This commit is contained in:
@@ -11,12 +11,12 @@ export default defineConfig({
|
||||
workbox: {
|
||||
globPatterns: ['**/*.{js,css,html,ico,png,svg}']
|
||||
},
|
||||
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'masked-icon.svg'],
|
||||
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'calendar-icon.svg'],
|
||||
manifest: {
|
||||
name: 'Shopping List Mobile',
|
||||
short_name: 'ShoppingList',
|
||||
description: 'Mobile shopping list app with auto-sync',
|
||||
theme_color: '#007AFF',
|
||||
name: 'OpenWall Calendar',
|
||||
short_name: 'Calendar',
|
||||
description: 'Mobile calendar app for OpenWall Smart Home Dashboard',
|
||||
theme_color: '#3b82f6',
|
||||
background_color: '#f8f9fa',
|
||||
display: 'standalone',
|
||||
scope: '/',
|
||||
|
Reference in New Issue
Block a user