Added contextual content to the web app, some aesthetic improvements

This commit is contained in:
Nathan Schneider
2025-12-02 22:28:15 -07:00
parent f123db6faf
commit 912e209b80
8 changed files with 305 additions and 257 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
svelte(),
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['favicon.ico', 'favicon.svg', 'icon-192.png', 'icon-512.png'],
includeAssets: ['favicon.ico', 'favicon.svg', 'icon-192.png', 'icon-512.png', 'icon-maskable-192.png', 'icon-maskable-512.png'],
manifest: {
name: 'Protocol Bicorder',
short_name: 'Bicorder',
@@ -36,6 +36,18 @@ export default defineConfig({
type: 'image/png',
purpose: 'any'
},
{
src: '/icon-maskable-192.png',
sizes: '192x192',
type: 'image/png',
purpose: 'maskable'
},
{
src: '/icon-maskable-512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable'
},
{
src: '/icon.svg',
sizes: 'any',