Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
* Update README.md

* Update version number
  • Loading branch information
deleted-unused authored Apr 7, 2022
1 parent 150c41a commit cee5aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When you want to know if it's friday, click on the button.
* From the top bar open Window.
* Click on Extensions.
* Click on Load unpacked.
* Select the manifest.json
* Select the extension folder

## Firefox
To open the settings type this in address bar:
Expand Down Expand Up @@ -36,4 +36,4 @@ https://hacks.mozilla.org/2015/09/lets_write_a_webextension/
## Helpfull links
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_second_WebExtension
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Examples
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Examples
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.2.1",
"version": "1.2.2",
"description": "Help you check if its friday yet",
"icons": {
"64": "icons/icon-64.png"
Expand Down

0 comments on commit cee5aa8

Please sign in to comment.