From e2d251e8b717ea9ac6ff61d552a71c5edbecf031 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Mon, 15 Apr 2024 08:48:03 -0500 Subject: [PATCH] Updated manifest.webmanifest --- public/manifest.webmanifest | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index b1bbc05..1c73936 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,22 +1,22 @@ { "name": "Deep Diagram", "display": "standalone", - "start_url": "https://deepdiagram.com", - "scope": "https://deepdiagram.com", + "start_url": "https://www.deepdiagram.com", + "scope": "https://www.deepdiagram.com", "short_name": "Deep Diagram", "theme_color": "#000000", "background_color": "#000000", "description": "An immersive mind mapping and diagramming tool that lets you create, share, and visualize data on the Oculus Quest and desktop browsers.", "icons": [ { - "src": "/Android.png", + "src": "/assets/Android.png", "sizes": "196x196", "type": "image/png", "purpose": "any" }, { - "src": "/iPhone.png", - "sizes": "180x180", + "src": "/assets/icon-512x512.png", + "sizes": "512x512", "type": "image/png" } ],