Initial commit
This commit is contained in:
35
com.pdma.notion-timer.sdPlugin/manifest.json
Normal file
35
com.pdma.notion-timer.sdPlugin/manifest.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"Author": "Pete Marfleet",
|
||||
"Description": "Toggle Notion time tracking for a project with a single button press.",
|
||||
"Name": "Notion Timer",
|
||||
"Version": "1.0.0",
|
||||
"SDKVersion": 2,
|
||||
"Software": { "MinimumVersion": "5.0" },
|
||||
"OS": [{ "Platform": "mac", "MinimumVersion": "10.11" }],
|
||||
"Nodejs": { "Version": "20", "Debug": "enabled" },
|
||||
"Icon": "imgs/plugin-icon",
|
||||
"Category": "Notion",
|
||||
"CategoryIcon": "imgs/category-icon",
|
||||
"CodePath": "bin/plugin.js",
|
||||
"GlobalPropertyInspectorPath": "ui/global-property-inspector.html",
|
||||
"Actions": [
|
||||
{
|
||||
"Icon": "imgs/action-icon",
|
||||
"Name": "Toggle Timer",
|
||||
"UUID": "com.pdma.notion-timer.toggle",
|
||||
"Tooltip": "Start or stop a Notion time entry for the configured project.",
|
||||
"States": [
|
||||
{
|
||||
"Image": "imgs/idle",
|
||||
"TitleAlignment": "bottom"
|
||||
},
|
||||
{
|
||||
"Image": "imgs/running",
|
||||
"TitleAlignment": "bottom"
|
||||
}
|
||||
],
|
||||
"PropertyInspectorPath": "ui/property-inspector.html",
|
||||
"SupportedInMultiActions": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user