From 1684b4f6efdd5b4230baaa4f18c6e71296c94821 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 15 Jan 2021 14:24:47 -0600 Subject: [PATCH] Fix the manifest file --- static/site.webmanifest | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/static/site.webmanifest b/static/site.webmanifest index 8845ecf..b98c3a3 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1,15 +1,24 @@ { "short_name": "Garage Door", "name": "Control your garage door opener", - "description": "Weather forecast information", "icons": [ { - "src": "/images/icons-192.png", + "src": "/static/favicon-16x16.png", + "type": "image/png", + "sizes": "16x16" + }, + { + "src": "/static/favicon-32x32.png", + "type": "image/png", + "sizes": "32x32" + }, + { + "src": "/static/android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "/images/icons-512.png", + "src": "/static/android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" }