Skip to content

Commit 733a056

Browse files
committed
Update readme
1 parent 8255f92 commit 733a056

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[*.{css,scss,less,js,json,ts,sass,html,hbs,mustache,phtml,html.twig,md,yml}]
2+
charset = utf-8
3+
indent_style = space
4+
indent_size = 2
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
max_line_length = 200
9+
10+
[*.md]
11+
indent_size = 4
12+
trim_trailing_whitespace = false
13+
14+
[package.json,.{babelrc,editorconfig,eslintrc,lintstagedrc,stylelintrc}]
15+
indent_style = space
16+
indent_size = 2

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"update_url": "https://clients2.google.com/service/update2/crx",
32
"name": "Simple Time Tracker",
4-
"description": "Simple Time Tracker - How much time spend on tasks?",
3+
"update_url": "https://clients2.google.com/service/update2/crx",
4+
"description": "How much time spend on tasks? Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features. Add a task, start and stop the timer. And that's it!",
55
"version": "2.1.0",
66
"manifest_version": 3,
77
"content_security_policy": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Time Tracker
22

3-
Simple Time Tracker is Google Chrome Extension for time tracking.
3+
How much time spend on tasks? Start tracking it right now with Simple Time Tracker. Tired of complicated time tracking applications? No need any registration, permissions or unnecessary features. Add a task, start and stop the timer. And that's it 🎉
44

55
## Install Chrome Extension
66

0 commit comments

Comments
 (0)