Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from matejcerny/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed May 10, 2024
2 parents 18974c4 + 7aaa0c4 commit a692c8e
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit a692c8e

Please sign in to comment.