Sharpen manifest description; add repository categories and keywords

This commit is contained in:
Victor Wiebe 2026-06-12 22:44:26 +00:00 committed by vwiebe
parent 360e246262
commit 138fc3e1cb

View File

@ -4,9 +4,10 @@
"app_min_version": "2.7",
"version": "0.1.0",
"name": "GTD Calendar",
"description": "A GTD-oriented calendar populated by Joplin notes and todos. Fork of Event Calendar by Franco Speziali.",
"description": "Day, week, and month calendars populated by your notes and to-dos, with click-through to the source note. Configure with simple YAML blocks. A GTD-friendly fork of Event Calendar by Franco Speziali.",
"author": "Victor Wiebe",
"homepage_url": "https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar",
"repository_url": "https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar",
"keywords": ["calendar", "gtd", "todo"]
"keywords": ["calendar", "gtd", "todo", "agenda", "schedule"],
"categories": ["productivity", "viewer"]
}