From 7aaa0c44433418c7f031abef77713e9b6dd9d645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C4=8Cern=C3=BD?= Date: Fri, 10 May 2024 11:03:54 +0200 Subject: [PATCH] Update manifest to align with the new streamdeck cli requirements --- manifest.json | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index 8765431..33a63c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,46 +1,47 @@ { "Actions": [ { - "Icon": "resources/actionIcon", - "Name": "Toggl", + "Icon": "resources/actionIcon", + "Name": "Toggl", "States": [ { "Image": "resources/actionImageOn", "TitleAlignment": "bottom", - "FontSize": "10" + "FontSize": 10 }, { "Image": "resources/actionImageOff", "TitleAlignment": "bottom", - "FontSize": "10" + "FontSize": 10 } - ], + ], "SupportedInMultiActions": true, - "Tooltip": "Hassle-free time tracking using the Elgato Stream Deck and Toggl", - "UUID": "io.moeritz.streamdeck.toggl.toggle" + "Tooltip": "Hassle-free time tracking using the Elgato Stream Deck and Toggl", + "UUID": "io.moeritz.streamdeck.toggl" } - ], + ], "SDKVersion": 2, - "Author": "tobimori", - "CodePath": "plugin/main.html", - "Description": "Hassle-free time tracking using the Elgato Stream Deck and Toggl.", - "Name": "Toggl", - "Icon": "resources/pluginIcon", + "Author": "tobimori", + "CodePath": "plugin/main.html", + "Description": "Hassle-free time tracking using the Elgato Stream Deck and Toggl.", + "Name": "Toggl", + "UUID": "io.moeritz.streamdeck.toggl", + "Icon": "resources/pluginIcon", "PropertyInspectorPath": "pi/main_pi.html", - "URL": "https://moeritz.io", + "URL": "https://moeritz.io", "Version": "1.4.2", "OS": [ { - "Platform": "mac", + "Platform": "mac", "MinimumVersion" : "10.11" }, { - "Platform": "windows", + "Platform": "windows", "MinimumVersion" : "10" } ], - "Software": + "Software": { - "MinimumVersion" : "4.7" + "MinimumVersion" : "6.4" } }