Skip to content

Commit 4f31e64

Browse files
authored
fix: update package.json with enhanced description, version bump, and additional metadata (#97)
1 parent 1dd948a commit 4f31e64

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

package.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
11
{
22
"name": "simple-coding-time-tracker",
33
"displayName": "Simple Coding Time Tracker",
4-
"description": "Track and visualize your coding time across projects",
5-
"version": "0.7.2",
4+
"description": "Automatic time tracking for VS Code — Track coding time per project, branch & language with smart activity detection, health reminders, and beautiful visualizations",
5+
"version": "0.7.3",
66
"publisher": "noorashuvo",
77
"license": "MIT",
88
"icon": "icon-sctt.png",
99
"engines": {
1010
"vscode": "^1.63.0"
1111
},
1212
"categories": [
13-
"Other"
13+
"Other",
14+
"Productivity"
1415
],
16+
"keywords": [
17+
"time tracker",
18+
"time tracking",
19+
"coding time",
20+
"productivity",
21+
"analytics",
22+
"statistics",
23+
"git branch tracking",
24+
"developer tools",
25+
"work hours",
26+
"time management",
27+
"activity tracker",
28+
"programming statistics"
29+
],
30+
"galleryBanner": {
31+
"color": "#1e1e1e",
32+
"theme": "dark"
33+
},
1534
"activationEvents": [
1635
"onStartupFinished"
1736
],
@@ -158,5 +177,10 @@
158177
"repository": {
159178
"type": "git",
160179
"url": "https://github.com/twentyTwo/vsc-ext-coding-time-tracker.git"
161-
}
180+
},
181+
"homepage": "https://github.com/twentyTwo/vsc-ext-coding-time-tracker#readme",
182+
"bugs": {
183+
"url": "https://github.com/twentyTwo/vsc-ext-coding-time-tracker/issues"
184+
},
185+
"qna": "https://github.com/twentyTwo/vsc-ext-coding-time-tracker/discussions"
162186
}

0 commit comments

Comments
 (0)