From 84fd4010513420a20e07a7cff95932c139d6f6da Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Fri, 9 Jun 2023 22:18:33 +0200 Subject: [PATCH] Add Remora.Neos.Headless.API. --- manifest.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/manifest.json b/manifest.json index ec077f3..897cc72 100644 --- a/manifest.json +++ b/manifest.json @@ -7808,6 +7808,35 @@ ] } } + }, + "nu.algiz.api.headless.neos.remora": { + "name": "Headless REST API", + "description": "Provides a REST API for programmatic control of the headless client", + "category": "Technical Tweaks", + "website": "https://github.com/Remora/Remora.Neos.Headless", + "sourceLocation": "https://github.com/Remora/Remora.Neos.Headless", + "authors": { + "Jarl Gullberg": { + "url": "https://github.com/Nihlus" + } + }, + "tags": [ + "remora", + "api", + "rest", + "headless" + ], + "versions": { + "2.0.0":{ + "releaseUrl": "https://github.com/Remora/Remora.Neos.Headless/releases/tag/Remora.Neos.Headless.API.Mod%2F2.0.0", + "artifacts": [ + { + "url": "https://github.com/Remora/Remora.Neos.Headless/releases/download/Remora.Neos.Headless.API.Mod%2F2.0.0/Remora.Neos.Headless.API.zip", + "sha256": "6af83096b874a07470e7179272a00ae86a2f73d85ec585b1c21396e36f2efe93" + } + ] + } + } } } }