From 4733ea1263b12427773b927938e4aede49c53658 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 17 Jun 2025 16:08:24 +0530 Subject: [PATCH] Add https://murena.qwant.com to DEFAULT_ORDER at index 13 as required --- lib/Service/AppsService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index 716daac..5b84d35 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -35,7 +35,8 @@ class AppsService { "/apps/onlyoffice/new?id=onlyoffice_pptx", "/apps/notes/", "/apps/tasks/", - "https://murena.com" + "https://murena.com", + "https://murena.qwant.com" ]; public function __construct( $appName, -- GitLab