From 415532ff07127569fcf8c0e5dc566e59bad423c6 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Wed, 2 Apr 2025 14:57:44 +0200 Subject: [PATCH] Add manifest for beta testing --- manifest-beta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifest-beta.json diff --git a/manifest-beta.json b/manifest-beta.json new file mode 100644 index 0000000..59a6a1a --- /dev/null +++ b/manifest-beta.json @@ -0,0 +1,11 @@ +{ + "id": "github-gitless-sync", + "name": "GitHub Gitless Sync", + "version": "1.0.7-beta", + "minAppVersion": "1.7.7", + "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", + "author": "Silvano Cerza", + "authorUrl": "https://silvanocerza.com", + "fundingUrl": "https://ko-fi.com/silvanocerza", + "isDesktopOnly": false +}