From 125768b01ea6ed668c57dad1c61216436f703641 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 11 Sep 2024 17:25:55 +1000 Subject: [PATCH] feat: Update manifest colour --- templates/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/manifest.json b/templates/manifest.json index d1687fc..9e10a17 100644 --- a/templates/manifest.json +++ b/templates/manifest.json @@ -1 +1 @@ -{"short_name":"Nathan.Woodburn/","name":"Nathan.Woodburn/","icons":[{"src":"https://nathan.woodburn.au/assets/img/favicon/android-chrome-192x192.png","type":"image/png","sizes":"192x192","purpose":"any maskable"},{"src":"https://nathan.woodburn.au/assets/img/favicon/android-chrome-512x512.png","type":"image/png","sizes":"512x512","purpose":"any maskable"}],"start_url":"https://nathan.woodburn.au","background_color":"#97009a","theme_color":"#97009a","display":"fullscreen","orientation":"portrait"} \ No newline at end of file +{"short_name":"Nathan.Woodburn/","name":"Nathan.Woodburn/","icons":[{"src":"https://nathan.woodburn.au/assets/img/favicon/android-chrome-192x192.png","type":"image/png","sizes":"192x192","purpose":"any maskable"},{"src":"https://nathan.woodburn.au/assets/img/favicon/android-chrome-512x512.png","type":"image/png","sizes":"512x512","purpose":"any maskable"}],"start_url":"https://nathan.woodburn.au","background_color":"#000000","theme_color":"#000000","display":"fullscreen","orientation":"portrait"} \ No newline at end of file