Skip to content

Commit

Permalink
V3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obayomi96 committed Oct 12, 2023
1 parent 6ef7638 commit 0f715bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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.1",
"version": "3.0.2",
"icons": {
"19": "images/eyeIcon.png",
"128": "images/eyeIcon_128.png"
Expand All @@ -16,7 +16,8 @@
"default_popup": "popup.html"
},
"permissions": [
"notifications"
"notifications",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
Expand Down

0 comments on commit 0f715bd

Please sign in to comment.