From 04f94a20ed5a284b855e2c9441eafa18487173b4 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 8 Apr 2024 17:41:34 +0530 Subject: [PATCH] Update default sites --- .../e_patches/0051-Update-default-sites.patch | 44 +++++++++++++++++++ build/e_patches_list.txt | 3 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 build/e_patches/0051-Update-default-sites.patch diff --git a/build/e_patches/0051-Update-default-sites.patch b/build/e_patches/0051-Update-default-sites.patch new file mode 100644 index 00000000..ba585a4d --- /dev/null +++ b/build/e_patches/0051-Update-default-sites.patch @@ -0,0 +1,44 @@ +From 1585082a06290234056412d0d0866f5217a4edd1 Mon Sep 17 00:00:00 2001 +From: Nishith Khanna +Date: Thu, 11 Apr 2024 20:54:43 +0530 +Subject: [PATCH] Update default sites + +--- + components/ntp_tiles/resources/foundation_e.json | 16 +++++++++++++--- + 1 file changed, 13 insertions(+), 3 deletions(-) + +diff --git a/components/ntp_tiles/resources/foundation_e.json b/components/ntp_tiles/resources/foundation_e.json +index 3c58051b91f8c..91b66bbdeb455 100644 +--- a/components/ntp_tiles/resources/foundation_e.json ++++ b/components/ntp_tiles/resources/foundation_e.json +@@ -1,8 +1,13 @@ + [ + { +- "large_icon_url": "https://spot.murena.io/static/themes/etheme/img/logo-light%402x.svg", +- "title": "/e/ Spot", +- "url": "https://spot.murena.io/" ++ "large_icon_url": "https://murena.com/wp-content/uploads/2022/11/murena-favicon.png", ++ "title": "Murena Shop", ++ "url": "https://murena.com/" ++ }, ++ { ++ "large_icon_url": "https://murena.com/wp-content/uploads/2022/11/murena-favicon.png", ++ "title": "Murena.io", ++ "url": "https://murena.io/" + }, + { + "favicon_url": "https://community.e.foundation/uploads/default/original/1X/281cdc5a2b518e29ee6ca33375e93d4cc6e73f4c.png", +@@ -13,5 +18,10 @@ + "large_icon_url": "https://e.foundation/wp-content/uploads/logo-black-01.png", + "title": "eFoundation", + "url": "https://e.foundation/" ++ }, ++ { ++ "large_icon_url": "https://murena.com/wp-content/uploads/2022/11/murena-favicon.png", ++ "title": "/e/ Spot", ++ "url": "https://spot.murena.io/" + } + ] +-- +2.44.0 + diff --git a/build/e_patches_list.txt b/build/e_patches_list.txt index b820d5df..0e19ca41 100644 --- a/build/e_patches_list.txt +++ b/build/e_patches_list.txt @@ -46,4 +46,5 @@ 0047-Browser-Enable-webgl-by-default.patch 0048-Enable-sensors-by-default.patch 0049-Change-accent-and-switch-to-match-our-palette.patch -0050-Update-app-icon-according-to-new-design.patch \ No newline at end of file +0050-Update-app-icon-according-to-new-design.patch +0051-Update-default-sites.patch \ No newline at end of file -- GitLab