From 4c0bc53d9de49f603c9501274f5348fac6df3553 Mon Sep 17 00:00:00 2001 From: Joshua Shoemaker Date: Wed, 2 Sep 2020 08:35:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20update=20mnaifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 281d966..4e6d4f9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,7 @@ { "short_name": "Lovelace", "name": "datalovelace.app", + "description": "With Lovelace you can take all of your varying data sources, aggregate them to one place, and perform what ever kind of reports on them you need to either create beautiful chart representations, or a robust tabular export of your data.", "icons": [ { "src": "favicon.png", @@ -8,12 +9,12 @@ "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "favicon.png", "type": "image/png", "sizes": "192x192" }, { - "src": "logo512.png", + "src": "favicon.png", "type": "image/png", "sizes": "512x512" }