diff --git a/public/manifest.json b/public/manifest.json index 7948dd4..3402cf8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,5 @@ { - "name": "TitipIn - Sistem Titip Pesanan", + "name": "TitipIn", "short_name": "TitipIn", "description": "Platform jasa titip pesanan bersama yang modern, cepat, dan transparan.", "start_url": "/", @@ -7,7 +7,10 @@ "orientation": "portrait", "theme_color": "#1B2CC1", "background_color": "#F4F6FB", - "categories": ["productivity", "utilities"], + "categories": [ + "productivity", + "utilities" + ], "icons": [ { "src": "/icons/icon-72x72.png", @@ -70,4 +73,4 @@ "purpose": "maskable" } ] -} +} \ No newline at end of file