Skip to content
Snippets Groups Projects
Commit 06d78026 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

pwa: update config and icon

parent b3a846ed
No related branches found
No related tags found
No related merge requests found
......@@ -152,11 +152,22 @@ export default {
// https://pwa.nuxtjs.org/manifest
pwa: {
manifest: {
short_name: 'monnaie-libre',
meta: {
name: 'Monnaie Libre',
lang: 'fr',
theme_color: '#5b21b6',
ogHost: 'monnaie-libre.fr',
twitterCard: 'summary_large_image',
twitterSite: '@monnaie_libre',
twitterCreator: '@monnaie_libre',
},
manifest: {
name: 'Monnaie Libre',
short_name: 'monnaie-libre.fr',
lang: 'fr',
useWebmanifestExtension: false,
},
icon: {
fileName: 'icon-app.png',
},
},
......
static/icon-app.png

3.71 KiB

File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment