From 91c98651dd15f11147d6a412b52438d08b0c14ab Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 26 Oct 2019 21:33:13 +0200 Subject: [PATCH] :speech_balloon: (Manifest) Add description attribute to manifest.json --- public/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/manifest.json b/public/manifest.json index f8dffe6..06d7424 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,7 @@ { "name": "Vaquant", "short_name": "Vaquant", + "description": "Gérer vos budgets de groupe en toute simplicité !", "icons": [ { "src": "./img/icons/android-chrome-192x192.png",