manifest.json 518 B

123456789101112
  1. {
  2. "id": "obsidian-tasks-plugin",
  3. "name": "Tasks",
  4. "version": "7.18.5",
  5. "minAppVersion": "1.4.0",
  6. "description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
  7. "helpUrl": "https://publish.obsidian.md/tasks/",
  8. "author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
  9. "authorUrl": "https://github.com/obsidian-tasks-group",
  10. "fundingUrl": "https://github.com/sponsors/claremacrae",
  11. "isDesktopOnly": false
  12. }