Skip to content

Commit

Permalink
Updated the default times and version bump (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
erandakarachchi authored Dec 27, 2024
1 parent c644a9f commit 54e8e0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
dist/
*.zip
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pomotime",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple pomodoro timer for productivity",
"manifest_version": 3,
"permissions": ["notifications", "contextMenus", "storage"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "1.0.3",
"version": "1.0.4",
"description": "Yet another pomodoro timer extension",
"main": "service-worker.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/core/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"timerSettings": {
"workTime": 0.05,
"breakTime": 0.05,
"largeBreakTime": 0.05,
"workTime": 25,
"breakTime": 5,
"largeBreakTime": 15,
"maxCycles": 4
},
"notificationSettings": {
Expand Down

0 comments on commit 54e8e0f

Please sign in to comment.