This commit is contained in:
Warunee Tamkoo 2024-12-16 23:13:43 +07:00
parent 50eecafad2
commit b8e1c415e1
18 changed files with 601 additions and 110 deletions

View file

@ -28,24 +28,6 @@ export default defineConfig({
name: 'BMA-Checkin',
short_name: 'EHR Checkin',
theme_color: '#ffffff',
icons: [
{
src: 'icons/android-chrome-192x192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: 'icons/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png',
},
{
src: 'icons/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: ['any', 'maskable'],
},
],
},
}),
],