From 3c23162eedbce08677797c3e6100f134bc05815e Mon Sep 17 00:00:00 2001 From: Lasith Manujitha <64279853+z1nc0r3@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:09:14 +0530 Subject: [PATCH] Add new plugin: Remove.bg (#334) * Add new plugin: Remove.bg * Add missing IcoPath --- plugins.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 66f3cfe4f..5d2159fc5 100644 --- a/plugins.json +++ b/plugins.json @@ -2247,5 +2247,17 @@ "IcoPath": "https://cdn.jsdelivr.net/gh/palmiak/astro-flow-launcher-plugin@main/astro.png", "DateAdded": "2024-03-27T10:39:02Z", "LatestReleaseDate": "2024-03-19T16:05:20Z" + }, + { + "ID": "D2B1550D-7F24-4A9C-9952-2CF0A253A555", + "Name": "Remove.bg", + "Description": "Remove backgrounds from images", + "Author": "z1nc0r3", + "Version": "1.0.0", + "Language": "python", + "Website": "https://github.com/z1nc0r3/remove.bg", + "UrlDownload": "https://github.com/z1nc0r3/remove.bg/releases/download/v1.0.0/Flow.Launcher.Plugin.Remove.BG.zip", + "UrlSourceCode": "https://github.com/z1nc0r3/remove.bg/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/z1nc0r3/remove.bg@main/Images/app.png" } -] \ No newline at end of file +]