Skip to content

Commit

Permalink
Merge pull request #11 from obayomi96/hot-fix
Browse files Browse the repository at this point in the history
[Chore]: Minor cleanup
  • Loading branch information
obayomi96 committed Dec 22, 2023
2 parents dcdb994 + 2f06a81 commit 60edc20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Chrome extension to remind you to take the 20-20-20 rule sight exercise and also leads you through the exercise process after you have worked with a computer screen for a period of time.**

###### FEATURES
* Reminder at 20 minutes interval to, rest and take the 20-20-20 exercise.
* Reminder at interval to, rest and take the 20-20-20 exercise.
* You can select between a few options of duration interval.
* Visual slider to set duration
* Leads you through the exercise procedures in a new tab.
Expand All @@ -29,6 +29,3 @@
* JavaScript
* HTML
* CSS
* FontAwesome


2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Blink Alert",
"description": "A reminder for a computer user to take the 20-20-20 blinking exercise at set intervals",
"version": "3.0.5",
"version": "3.0.6",
"icons": {
"19": "images/eyeIcon.png",
"128": "images/eyeIcon_128.png"
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3 class="title">Blink Alert <span class="github"> <a class="github-a"
<div class="select-div">
<b>Select duration</b>
<div class="range-div">
<input type="range" id="durationSlider" min="1" max="6" step="1" value="1">
<input type="range" id="durationSlider" min="1" max="6" step="1" value="1" />
</div>
<div class="select-main">
<button class="durationBtn durationBtn1" id="durationBtn1">20 min</button>
Expand Down

0 comments on commit 60edc20

Please sign in to comment.