From 24c444c51927886536f6701c7b7ba85890cc259c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 16 May 2023 11:05:37 +0700 Subject: add pwa --- public/manifest.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..987045b0 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,33 @@ +{ + "theme_color" : "#F8C20A", + "background_color" : "#CC2020", + "display" : "standalone", + "scope" : "/", + "start_url" : "/", + "name" : "Indoteknik.com", + "short_name" : "Indoteknik.com", + "description" : "Indoteknik.com: B2B Industrial Supply & Solution", + "orientation": "portrait", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file -- cgit v1.2.3 From 63f200e5d142dce9155a34fe02d3a58161fc6762 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 16 May 2023 11:10:04 +0700 Subject: update manifest --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index 987045b0..574598e4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "theme_color" : "#F8C20A", - "background_color" : "#CC2020", + "theme_color" : "#FFFFFF", + "background_color" : "#FFFFFF", "display" : "standalone", "scope" : "/", "start_url" : "/", -- cgit v1.2.3 From dd5aec9566205c7fefec9c0cdbd04b0f8ecb67d0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 16 May 2023 14:03:41 +0700 Subject: fixing layout --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index 574598e4..367b9501 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "background_color" : "#FFFFFF", "display" : "standalone", "scope" : "/", - "start_url" : "/", + "start_url" : "/?utm_source=launcher", "name" : "Indoteknik.com", "short_name" : "Indoteknik.com", "description" : "Indoteknik.com: B2B Industrial Supply & Solution", -- cgit v1.2.3