1
0

Create new icons for mobile-calendar

This commit is contained in:
2025-07-18 14:37:03 +02:00
parent 74d5037f09
commit 7b9a1eeb70
10 changed files with 209 additions and 10 deletions

View File

@@ -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: '/',