From 717fe5977a59f08389853ad3558a8bca1d68c160 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Thu, 24 Feb 2022 08:18:24 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index c9064b9f..16ec6e2f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,21 +1,23 @@ { - "background_color": "#ffffff", - "display": "standalone", "name": "wishthis", + "description": "wishthis is a simple, intuitive and modern platform to create, manage and view your wishes for any kind of occasion.", + "background_color": "#f4f4f4", + "display": "standalone", "orientation": "any", "scope": "/", "short_name": "wishthis", "start_url": "/", - "theme_color": "#ffffff", - "categories": [], + "theme_color": "#5829bb", + "categories": ["productivity", "shopping"], "screenshots": [], "icons": [ { - "src": "/src/assets/img/logo-square.png", - "type": "image/png", - "sizes": "512x512", + "src": "/src/assets/img/logo-square.svg", + "sizes": "any", "purpose": "any" } ], - "shortcuts": [] + "shortcuts": [], + "lang": "en", + "dir": "rtl" }