mirror of
https://github.com/nikdoof/NextAction.git
synced 2025-12-13 17:52:17 +00:00
Fix invalid app.json
This commit is contained in:
37
app.json
37
app.json
@@ -1,21 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "NextAction",
|
"name": "NextAction",
|
||||||
"description": "Todoist API application to provide a auto-populated next action label",
|
"description": "Todoist API application to provide a auto-populated next action label",
|
||||||
"repository": "https://github.com/nikdoof/NextAction",
|
"repository": "https://github.com/nikdoof/NextAction",
|
||||||
"keywords": ["python"],
|
"keywords": ["python"],
|
||||||
"env": {
|
"env": {
|
||||||
"TODOIST_API_KEY": {
|
"TODOIST_API_KEY": {
|
||||||
"description": "Your Todoist API Key",
|
"description": "Your Todoist API Key",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"TODOIST_NEXT_ACTION_LABEL": {
|
"TODOIST_NEXT_ACTION_LABEL": {
|
||||||
"description": "The Todoist label to use for next actions.",
|
"description": "The Todoist label to use for next actions.",
|
||||||
"value": "next_action",
|
"value": "next_action",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
"TODOIST_SYNC_DELAY": {
|
"TODOIST_SYNC_DELAY": {
|
||||||
"description": "The number of seconds to wait between syncs.",
|
"description": "The number of seconds to wait between syncs.",
|
||||||
"value": "5",
|
"value": "5",
|
||||||
"required": false
|
"required": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user