From 41c51b8bdb9c8e9fa4a7d56f260d594739d4107e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 30 Oct 2023 23:08:45 +0100 Subject: Updated 35 files and added 28 files (automated) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 02c7a38..2f228bf 100644 --- a/manifest.json +++ b/manifest.json @@ -12,8 +12,8 @@ }, "protocol_handlers": [ { - "protocol": "mist", - "url": "/api/protocol.php?q=%s" + "protocol": "web+mist", + "url": "/app/protocol.php?q=%s" } ], "scope": "/app/", -- cgit