Skip to content

Commit

Permalink
Add darkmode icon, add custom wednesday text (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleted-unused authored Apr 6, 2022
1 parent ac528bf commit d707416
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified icons/icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Is it friday yet?",
"version": "1.0.2",
"version": "1.1.0",
"description": "Help you check if its friday yet",
"icons": {
"64": "icons/icon-64.png"
Expand Down
2 changes: 2 additions & 0 deletions popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ function iify() {
case -1:
case 6:
return ("Almost.");
case -2:
return ("Tiny saturday today 💪");
case 0:
return ("Yep.");
case 1:
Expand Down

0 comments on commit d707416

Please sign in to comment.