Updated manifest.webmanifest

This commit is contained in:
Michael Mainguy 2024-04-15 08:48:03 -05:00
parent 9c76c7537d
commit e2d251e8b7

View File

@ -1,22 +1,22 @@
{ {
"name": "Deep Diagram", "name": "Deep Diagram",
"display": "standalone", "display": "standalone",
"start_url": "https://deepdiagram.com", "start_url": "https://www.deepdiagram.com",
"scope": "https://deepdiagram.com", "scope": "https://www.deepdiagram.com",
"short_name": "Deep Diagram", "short_name": "Deep Diagram",
"theme_color": "#000000", "theme_color": "#000000",
"background_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.", "description": "An immersive mind mapping and diagramming tool that lets you create, share, and visualize data on the Oculus Quest and desktop browsers.",
"icons": [ "icons": [
{ {
"src": "/Android.png", "src": "/assets/Android.png",
"sizes": "196x196", "sizes": "196x196",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/iPhone.png", "src": "/assets/icon-512x512.png",
"sizes": "180x180", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
], ],