Skip to content
17 changes: 17 additions & 0 deletions plugins/t/timetracker/billing/1.0.0/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://github.com/tmtrckr/plugins-registry/schemas/manifest.schema.json",
"id": "billing",
"name": "Billing",
"author": "TimeTracker",
"repository": "https://github.com/tmtrckr/plugin-billing",
"latest_version": "1.0.0",
"description": "Billable time tracking plugin for Time Tracker application.",
"category": "other",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The billing plugin is categorized as "other", which is the most generic category available. Consider whether a more specific category would be appropriate. Based on the description "Billable time tracking plugin", categories like "reporting" (if it generates billing reports) or "export" (if it exports billing data) might be more discoverable. The "other" category should typically be reserved for plugins that truly don't fit into any specific category.

Suggested change
"category": "other",
"category": "reporting",

Copilot uses AI. Check for mistakes.
"verified": false,
"downloads": 0,
"tags": [],
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tags array is empty, which may reduce plugin discoverability. Consider adding relevant tags such as "billing", "invoicing", "time-tracking", or similar terms that users might search for. While an empty tags array is technically valid, other plugins in the registry include meaningful tags (e.g., the projects-tasks plugin has ["projects", "tasks", "reporting"]).

Suggested change
"tags": [],
"tags": ["billing", "invoicing", "time-tracking"],

Copilot uses AI. Check for mistakes.
"license": "MIT",
"min_core_version": "0.3.0",
"max_core_version": "1.0.0",
"api_version": "1.0"
}
19 changes: 19 additions & 0 deletions plugins/t/timetracker/goals/1.0.0/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://github.com/tmtrckr/plugins-registry/schemas/manifest.schema.json",
"id": "goals",
"name": "Goals",
"author": "TimeTracker",
"repository": "https://github.com/tmtrckr/plugin-goals",
"latest_version": "1.0.0",
"description": "Goal tracking plugin for Time Tracker application.",
"category": "productivity",
"verified": false,
"downloads": 0,
"tags": [
"productivity"
],
"license": "MIT",
"min_core_version": "0.3.0",
"max_core_version": "1.0.0",
"api_version": "1.0"
}
21 changes: 21 additions & 0 deletions plugins/t/timetracker/projects-tasks/1.0.0/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://github.com/tmtrckr/plugins-registry/schemas/manifest.schema.json",
"id": "projects-tasks",
"name": "Projects & Tasks",
"author": "TimeTracker",
"repository": "https://github.com/tmtrckr/plugin-projects-tasks",
"latest_version": "1.0.0",
"description": "Project and task management plugin for Time Tracker application.",
"category": "reporting",
"verified": false,
"downloads": 0,
"tags": [
"projects",
"tasks",
"reporting"
],
"license": "MIT",
"min_core_version": "0.3.0",
"max_core_version": "1.0.0",
"api_version": "1.0"
}
Loading