Skip to content

Commit

Permalink
added background and display to web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
leogenot committed Mar 28, 2023
1 parent 7796865 commit 4626b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default defineConfig({
short_name: 'Haven',
description: "Haven - Score d'habitabilité",
theme_color: '#000',
background_color: '#000',
display: 'fullscreen',
icons: [
{
src: 'https://raw.githubusercontent.com/imac-web/haven-client-pwa/main/icon-192x192.png',
Expand Down

0 comments on commit 4626b78

Please sign in to comment.