Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespizzurro committed Nov 28, 2021
1 parent 1d26692 commit 635b56c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This browser extension is not yet available from [Google's Chrome Web Store](htt

#### Mozilla Firefox

1. Download [the latest XPI file from GitHub](https://github.com/jamespizzurro/picket-line-notifier/raw/main/web-ext-artifacts/picket_line_notifier-1.0.0-an+fx.xpi) in the `web-ext-artifacts` directory of this repository.
1. Download [the latest XPI file from GitHub](https://github.com/jamespizzurro/picket-line-notifier/raw/main/web-ext-artifacts/picket_line_notifier-1.0.3-an+fx.xpi) in the `web-ext-artifacts` directory of this repository.
2. Launch Firefox, go to Settings > Extensions & Themes > Extensions (<a href="about:addons">about:addons</a>), click the button with a gear icon, and choose 'Install Add-on From File...' from the menu that appears. Find the XPI file you just downloaded from the file chooser dialog that appears, select it and continue.
3. Optional: delete the XPI file you downloaded; it's no longer necessary.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Picket Line Notifier",
"description": "Get notified when you navigate to a website belonging to an organization whose employees are on strike.",
"version": "1.0.0",
"version": "1.0.3",
"manifest_version": 2,
"background": {
"scripts": ["background.js"],
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 635b56c

Please sign in to comment.