Skip to content

Commit

Permalink
feat(pwa): add background_color
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Feb 19, 2022
1 parent be99bf8 commit 67141dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const pwaOptions: Partial<VitePWAOptions> = {
description: 'Web tools for simplification playing in Heroes of Might and Magic III: Horn of The Abyss',
orientation: 'portrait',
theme_color: '#c0b675',
background_color: '#c0b675',
start_url: '/',
id: '/',
icons: [
Expand Down

0 comments on commit 67141dc

Please sign in to comment.