From 9b198dcdb062ee31cd9bc9f2d8ad4775cc750e68 Mon Sep 17 00:00:00 2001 From: Maciek Palmowski Date: Tue, 19 Mar 2024 17:11:59 +0100 Subject: [PATCH 1/2] Add new plugin Adds Astro plugin --- plugins.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index b60643da5..581b35195 100644 --- a/plugins.json +++ b/plugins.json @@ -2219,5 +2219,17 @@ "Tested": true, "DateAdded": "2024-03-08T11:08:46Z", "LatestReleaseDate": "2024-03-05T09:06:58Z" + }, + { + "ID": "d429a0ef-94e5-4ba6-8eba-b4dd0e69dc48", + "Name": "Astro", + "Description": "Search Astro Docs", + "Author": "palmiak", + "Version": "0.0.2", + "Language": "javascript", + "Website": "https://github.com/palmiak/astro-flow-launcher-plugin", + "UrlDownload":"https://github.com/palmiak/astro-flow-launcher-plugin/releases/download/v0.0.2/astrodocs-plugin-flow-launcher.zip", + "UrlSourceCode": "https://github.com/palmiak/astro-flow-launcher-plugin/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/palmiak/astro-flow-launcher-plugin@main/astro.png" } -] \ No newline at end of file +] From a75a48b1e502f3f423e97c4533f0986ab9c0b68d Mon Sep 17 00:00:00 2001 From: Maciek Palmowski Date: Tue, 19 Mar 2024 17:14:56 +0100 Subject: [PATCH 2/2] Fixed formatting --- plugins.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins.json b/plugins.json index 581b35195..1ff943d08 100644 --- a/plugins.json +++ b/plugins.json @@ -2221,15 +2221,15 @@ "LatestReleaseDate": "2024-03-05T09:06:58Z" }, { - "ID": "d429a0ef-94e5-4ba6-8eba-b4dd0e69dc48", - "Name": "Astro", - "Description": "Search Astro Docs", - "Author": "palmiak", - "Version": "0.0.2", - "Language": "javascript", - "Website": "https://github.com/palmiak/astro-flow-launcher-plugin", - "UrlDownload":"https://github.com/palmiak/astro-flow-launcher-plugin/releases/download/v0.0.2/astrodocs-plugin-flow-launcher.zip", - "UrlSourceCode": "https://github.com/palmiak/astro-flow-launcher-plugin/tree/main", - "IcoPath": "https://cdn.jsdelivr.net/gh/palmiak/astro-flow-launcher-plugin@main/astro.png" + "ID": "d429a0ef-94e5-4ba6-8eba-b4dd0e69dc48", + "Name": "Astro", + "Description": "Search Astro Docs", + "Author": "palmiak", + "Version": "0.0.2", + "Language": "javascript", + "Website": "https://github.com/palmiak/astro-flow-launcher-plugin", + "UrlDownload":"https://github.com/palmiak/astro-flow-launcher-plugin/releases/download/v0.0.2/astrodocs-plugin-flow-launcher.zip", + "UrlSourceCode": "https://github.com/palmiak/astro-flow-launcher-plugin/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/palmiak/astro-flow-launcher-plugin@main/astro.png" } ]