Skip to content

Commit

Permalink
fix: use correct path to icons in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
clamburger committed Dec 3, 2023
1 parent 527d4a3 commit 612f581
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Actions": [
{
"Icon": "assets/images/actionStart",
"Icon": "images/actionStart",
"Name": "Start Tracking Time",
"States": [
{
"Image": "assets/images/keyDefault",
"Image": "images/keyDefault",
"TitleAlignment": "top",
"FontSize": "8"
}
Expand All @@ -14,11 +14,11 @@
"UUID": "org.clamburger.everhour.start-task"
},
{
"Icon": "assets/images/actionStart",
"Icon": "images/actionStart",
"Name": "Resume Previous Task",
"States": [
{
"Image": "assets/images/keyDefault",
"Image": "images/keyDefault",
"TitleAlignment": "top",
"FontSize": "8"
}
Expand All @@ -27,11 +27,11 @@
"UUID": "org.clamburger.everhour.resume-task"
},
{
"Icon": "assets/images/actionStop",
"Icon": "images/actionStop",
"Name": "Stop Timer",
"States": [
{
"Image": "assets/images/keyDefault",
"Image": "images/keyDefault",
"TitleAlignment": "top",
"FontSize": "12"
}
Expand All @@ -41,11 +41,11 @@
"UUID": "org.clamburger.everhour.stop"
},
{
"Icon": "assets/images/actionDefault",
"Icon": "images/actionDefault",
"Name": "Show Current Task",
"States": [
{
"Image": "assets/images/keyDefault"
"Image": "images/keyDefault"
}
],
"Tooltip": "Shows the name of the current task.",
Expand All @@ -58,11 +58,11 @@
"PropertyInspectorPath": "propertyinspector.html",
"Description": "Allows you to control your Everhour timer",
"Name": "Everhour",
"Icon": "assets/images/pluginIcon",
"Icon": "images/pluginIcon",
"URL": "https://clamburger.org",
"Version": "0.0.0-development",
"Category": "Everhour",
"CategoryIcon": "assets/images/categoryIcon",
"CategoryIcon": "images/categoryIcon",
"OS": [
{
"Platform": "mac",
Expand Down

0 comments on commit 612f581

Please sign in to comment.