From f53c7acca0f6147e7445b54140f1a80c8a2c2118 Mon Sep 17 00:00:00 2001 From: Yocraft-2000 <304616174+Yocraft-2000@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:38:03 +0200 Subject: [PATCH] Rearrange plugin.toml to match docs --- web-launcher/plugin.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web-launcher/plugin.toml b/web-launcher/plugin.toml index 179ccc4..9e84541 100644 --- a/web-launcher/plugin.toml +++ b/web-launcher/plugin.toml @@ -3,11 +3,12 @@ name = "Web Launcher" version = "1.0.0" plugin_api = 3 author = "yocraft" +license = "MIT" +deprecated = false +icon = "world" description = "Quickly open your favorite websites from the launcher." tags = ["launcher", "utility", "network", "productivity"] dependencies = [ "xdg-utils" ] -licence = "MIT" -icon = "world" [[launcher_provider]] id = "web-launcher"