Skip to content

Commit

Permalink
nuxt: fine tune PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 19, 2023
1 parent 962f6de commit 03e9c08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,16 @@ export default {
theme_color: process.env.APP_PRIMARY_COLOR
},
manifest: {
background_color: process.env.APP_SECONDARY_COLOR,
name: process.env.APP_NAME,
short_name: process.env.APP_NAME,
description: "vergihesaplayici.com, vergi hesaplar.",
orientation: "portrait",
id: "/?standalone=true",
lang: "tr"
},
icon: {
purpose: "maskable"
}
},

Expand Down
Binary file modified static/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03e9c08

Please sign in to comment.