From c95f94aa4b62fc490b5833bb54e3da642c6d6cec Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 2 Dec 2023 23:24:33 +0100 Subject: [PATCH] Update manifest.toml: can't set url for permissions if the app is not a webapp --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5332f62..207401b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,7 +44,6 @@ ram.runtime = "50M" subdirs = ["share"] [resources.permissions] - share.url = "/" share.show_tile = false share.allowed = "all_users"